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
- NativeMethods.cs
- TerminatorSinks.cs
- entityreference_tresulttype.cs
- ScrollPatternIdentifiers.cs
- ProxyWebPartManager.cs
- XmlEnumAttribute.cs
- DataListAutoFormat.cs
- BaseTemplateBuildProvider.cs
- RepeatButtonAutomationPeer.cs
- MulticastNotSupportedException.cs
- RequestNavigateEventArgs.cs
- SecurityContextTokenValidationException.cs
- WebHeaderCollection.cs
- TextSpanModifier.cs
- TextUtf8RawTextWriter.cs
- ServiceBusyException.cs
- WorkflowMessageEventArgs.cs
- ListBindableAttribute.cs
- SafeProcessHandle.cs
- StandardCommands.cs
- ExtendedProtectionPolicy.cs
- MdiWindowListItemConverter.cs
- CoreChannel.cs
- HttpUnhandledOperationInvoker.cs
- PreviewPrintController.cs
- InstancePersistenceException.cs
- XamlStream.cs
- NetTcpBindingCollectionElement.cs
- ButtonFieldBase.cs
- OdbcTransaction.cs
- ForEachDesigner.xaml.cs
- DefaultSerializationProviderAttribute.cs
- WebConfigurationManager.cs
- securitymgrsite.cs
- LinkLabel.cs
- XdrBuilder.cs
- Renderer.cs
- QueryResult.cs
- OrCondition.cs
- AudioException.cs
- ProcessHost.cs
- DesignerProperties.cs
- AssemblyAttributesGoHere.cs
- RelationHandler.cs
- MultiBindingExpression.cs
- HiddenFieldPageStatePersister.cs
- DependencyPropertyChangedEventArgs.cs
- TopClause.cs
- FaultReason.cs
- TransactionTraceIdentifier.cs
- SymbolMethod.cs
- CodeDomComponentSerializationService.cs
- PeerContact.cs
- HybridDictionary.cs
- AuthStoreRoleProvider.cs
- UInt64.cs
- RemotingAttributes.cs
- MetadataItem_Static.cs
- IChannel.cs
- ListViewGroupConverter.cs
- XmlWrappingReader.cs
- GB18030Encoding.cs
- Rotation3DAnimationBase.cs
- DataControlImageButton.cs
- VirtualPath.cs
- DataGridViewRowCancelEventArgs.cs
- UserNameSecurityToken.cs
- Qualifier.cs
- QueueAccessMode.cs
- LineProperties.cs
- ChameleonKey.cs
- CSharpCodeProvider.cs
- WebPartDisplayModeCollection.cs
- SynthesizerStateChangedEventArgs.cs
- FileLevelControlBuilderAttribute.cs
- LoginView.cs
- ToolBar.cs
- PageThemeParser.cs
- BuildProvider.cs
- FamilyTypefaceCollection.cs
- CustomAttributeBuilder.cs
- WizardPanel.cs
- DetailsViewInsertedEventArgs.cs
- StrongNameMembershipCondition.cs
- Stylesheet.cs
- SystemInformation.cs
- InternalConfigHost.cs
- StateChangeEvent.cs
- HtmlLink.cs
- BooleanFunctions.cs
- FormViewCommandEventArgs.cs
- WSSecurityXXX2005.cs
- X509RawDataKeyIdentifierClause.cs
- Rectangle.cs
- CodeTypeDelegate.cs
- ArgumentNullException.cs
- OleDbDataReader.cs
- TextRangeEditLists.cs
- Blend.cs
- Control.cs