Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / Common / EntitySql / ConstructorExpr.cs / 1 / ConstructorExpr.cs
//---------------------------------------------------------------------- //// Copyproperty (c) Microsoft Corporation. All propertys reserved. // // // @owner [....] [....] //--------------------------------------------------------------------- namespace System.Data.Common.EntitySql { using System; using System.Globalization; using System.Collections; using System.Collections.Generic; ////// Represents Row contructor expression /// internal sealed class RowConstructorExpr : Expr { private ExprList_exprList; internal RowConstructorExpr( ExprList exprList ) { _exprList = exprList; } /// /// returns list of elements as alias expressions /// internal ExprListAliasExprList { get { return _exprList; } } } /// /// Represents multiset constructor expression. /// internal sealed class MultisetConstructorExpr : Expr { private ExprList_exprList; internal MultisetConstructorExpr( ExprList exprList ) { _exprList = exprList; } /// /// returns list of elements as alias expressions /// internal ExprListExprList { get { return _exprList; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------- // // Copyproperty (c) Microsoft Corporation. All propertys reserved. // // // @owner [....] [....] //--------------------------------------------------------------------- namespace System.Data.Common.EntitySql { using System; using System.Globalization; using System.Collections; using System.Collections.Generic; ////// Represents Row contructor expression /// internal sealed class RowConstructorExpr : Expr { private ExprList_exprList; internal RowConstructorExpr( ExprList exprList ) { _exprList = exprList; } /// /// returns list of elements as alias expressions /// internal ExprListAliasExprList { get { return _exprList; } } } /// /// Represents multiset constructor expression. /// internal sealed class MultisetConstructorExpr : Expr { private ExprList_exprList; internal MultisetConstructorExpr( ExprList exprList ) { _exprList = exprList; } /// /// returns list of elements as alias expressions /// internal ExprListExprList { get { return _exprList; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BamlLocalizer.cs
- TaskScheduler.cs
- SmtpLoginAuthenticationModule.cs
- MessageProperties.cs
- ProcessModuleCollection.cs
- HttpPostedFile.cs
- ErasingStroke.cs
- sapiproxy.cs
- StringStorage.cs
- Themes.cs
- PropertyKey.cs
- AbstractDataSvcMapFileLoader.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- WmiPutTraceRecord.cs
- DataGridViewRowConverter.cs
- FSWPathEditor.cs
- HostingEnvironmentException.cs
- CalendarDesigner.cs
- XmlSchemaObjectTable.cs
- CodeEventReferenceExpression.cs
- PassportAuthenticationModule.cs
- TimersDescriptionAttribute.cs
- VisualTreeFlattener.cs
- XmlCompatibilityReader.cs
- CheckBoxStandardAdapter.cs
- OutputWindow.cs
- TreeViewItem.cs
- Maps.cs
- webclient.cs
- IsolationInterop.cs
- ReadOnlyHierarchicalDataSourceView.cs
- XPathScanner.cs
- CompoundFileDeflateTransform.cs
- VariableQuery.cs
- IISUnsafeMethods.cs
- StylusDownEventArgs.cs
- ChangeProcessor.cs
- BinaryMethodMessage.cs
- UriTemplateDispatchFormatter.cs
- MultipleViewPattern.cs
- Compiler.cs
- Model3D.cs
- RectValueSerializer.cs
- ArrayElementGridEntry.cs
- ConfigXmlWhitespace.cs
- HttpProfileGroupBase.cs
- ListBindableAttribute.cs
- XmlSchemaType.cs
- DataColumn.cs
- TargetConverter.cs
- SqlDataSourceRefreshSchemaForm.cs
- IfAction.cs
- DesignerActionPanel.cs
- EntityContainerAssociationSetEnd.cs
- ReadContentAsBinaryHelper.cs
- Schedule.cs
- HMACMD5.cs
- FixedSOMPageConstructor.cs
- AlternateViewCollection.cs
- DBAsyncResult.cs
- PackageDigitalSignatureManager.cs
- SafeReversePInvokeHandle.cs
- ToolCreatedEventArgs.cs
- CmsUtils.cs
- RotateTransform3D.cs
- ComponentGlyph.cs
- TreeNodeCollection.cs
- LZCodec.cs
- OleDbException.cs
- X509WindowsSecurityToken.cs
- Bezier.cs
- SafeFileMappingHandle.cs
- ValidatorUtils.cs
- OperatingSystem.cs
- TagPrefixInfo.cs
- EntityFunctions.cs
- XmlQueryCardinality.cs
- Normalization.cs
- TypeDescriptionProviderAttribute.cs
- MetadataFile.cs
- querybuilder.cs
- EmptyQuery.cs
- ConstrainedDataObject.cs
- ActivationArguments.cs
- X509WindowsSecurityToken.cs
- XmlCharType.cs
- PageClientProxyGenerator.cs
- SystemColors.cs
- FirstQueryOperator.cs
- ExtenderControl.cs
- AssociatedControlConverter.cs
- WebServiceTypeData.cs
- KeyGestureValueSerializer.cs
- TriggerBase.cs
- HtmlElementErrorEventArgs.cs
- DataGridViewRowCollection.cs
- TransactionalPackage.cs
- ListViewUpdatedEventArgs.cs
- SqlDataSourceStatusEventArgs.cs
- EventEntry.cs