Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- WpfKnownType.cs
- SHA384Cng.cs
- XmlILAnnotation.cs
- UIServiceHelper.cs
- VoiceChangeEventArgs.cs
- contentDescriptor.cs
- Point3DCollectionValueSerializer.cs
- CodeTypeParameter.cs
- Effect.cs
- KeyPressEvent.cs
- WhileDesigner.xaml.cs
- FixedSOMPageConstructor.cs
- WpfPayload.cs
- SecureEnvironment.cs
- SmiConnection.cs
- Int32Rect.cs
- RolePrincipal.cs
- NullableConverter.cs
- BeginSelectCardRequest.cs
- StackBuilderSink.cs
- ErrorTolerantObjectWriter.cs
- glyphs.cs
- IBuiltInEvidence.cs
- PrimitiveType.cs
- AdditionalEntityFunctions.cs
- ApplicationInfo.cs
- Int16Converter.cs
- DynamicDocumentPaginator.cs
- XmlComplianceUtil.cs
- Condition.cs
- SoapUnknownHeader.cs
- MultiAsyncResult.cs
- PeerContact.cs
- CodeIterationStatement.cs
- Int32.cs
- BuildManager.cs
- UrlMappingsModule.cs
- TextControlDesigner.cs
- AppearanceEditorPart.cs
- CryptoStream.cs
- WindowsSlider.cs
- SmtpDigestAuthenticationModule.cs
- CodeDelegateCreateExpression.cs
- CommandEventArgs.cs
- LocalIdCollection.cs
- TextCharacters.cs
- UIPermission.cs
- DefaultAssemblyResolver.cs
- CatalogZone.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- BinaryUtilClasses.cs
- InstanceDataCollection.cs
- AppDomainUnloadedException.cs
- EndpointNameMessageFilter.cs
- FlowDocument.cs
- KerberosSecurityTokenProvider.cs
- StackOverflowException.cs
- XmlDictionaryReader.cs
- AttributeAction.cs
- EntityDataSourceChangedEventArgs.cs
- FileResponseElement.cs
- DataSourceCacheDurationConverter.cs
- AttachInfo.cs
- BasePattern.cs
- RequestSecurityTokenResponse.cs
- TrackingStringDictionary.cs
- SoapEnumAttribute.cs
- Single.cs
- LineSegment.cs
- DbDeleteCommandTree.cs
- HttpCachePolicyBase.cs
- TreeNodeCollectionEditorDialog.cs
- Array.cs
- XmlEntityReference.cs
- RequestResizeEvent.cs
- CounterSample.cs
- ColumnWidthChangedEvent.cs
- MD5CryptoServiceProvider.cs
- NativeDirectoryServicesQueryAPIs.cs
- TrustLevel.cs
- ProcessManager.cs
- AssemblyUtil.cs
- BaseComponentEditor.cs
- UnmanagedMemoryStreamWrapper.cs
- PropertyDescriptorComparer.cs
- PostBackOptions.cs
- ContainerActivationHelper.cs
- ConfigXmlCDataSection.cs
- NameSpaceExtractor.cs
- WindowsFormsHostAutomationPeer.cs
- DateTime.cs
- DigitShape.cs
- LoadMessageLogger.cs
- safesecurityhelperavalon.cs
- BufferBuilder.cs
- RtfToken.cs
- PageParser.cs
- MailMessageEventArgs.cs
- HttpHandlerActionCollection.cs
- ProbeMatchesMessageCD1.cs