Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- SamlConditions.cs
- OutOfProcStateClientManager.cs
- Substitution.cs
- SoapIncludeAttribute.cs
- CodeTypeMember.cs
- DefaultSection.cs
- cookiecollection.cs
- HtmlControlPersistable.cs
- MultiAsyncResult.cs
- BeginEvent.cs
- DnsPermission.cs
- MetaTable.cs
- TextSimpleMarkerProperties.cs
- VirtualizingStackPanel.cs
- XslTransform.cs
- ProcessRequestArgs.cs
- xamlnodes.cs
- DataTableReader.cs
- XmlElementAttribute.cs
- _OverlappedAsyncResult.cs
- Vector3DKeyFrameCollection.cs
- X509CertificateTokenFactoryCredential.cs
- TypeDescriptionProviderAttribute.cs
- ButtonBaseAdapter.cs
- XmlEnumAttribute.cs
- VisualStyleRenderer.cs
- CodeConstructor.cs
- WpfWebRequestHelper.cs
- DbgUtil.cs
- MiniAssembly.cs
- KeyValueConfigurationElement.cs
- SoapProtocolReflector.cs
- FunctionQuery.cs
- WebRequestModulesSection.cs
- ClrPerspective.cs
- StringBuilder.cs
- HttpCachePolicy.cs
- SafeThreadHandle.cs
- WeakReferenceEnumerator.cs
- GcHandle.cs
- FormattedText.cs
- RepeaterItem.cs
- ValidateNames.cs
- TableItemPattern.cs
- SplashScreenNativeMethods.cs
- ServiceMemoryGates.cs
- SplashScreen.cs
- InstanceCompleteException.cs
- TextEditorThreadLocalStore.cs
- BaseCollection.cs
- FamilyCollection.cs
- HorizontalAlignConverter.cs
- WebServiceClientProxyGenerator.cs
- JournalEntryStack.cs
- MailAddressCollection.cs
- ListenerServiceInstallComponent.cs
- TreeChangeInfo.cs
- XmlWellformedWriter.cs
- SingleObjectCollection.cs
- PagesChangedEventArgs.cs
- NavigationWindowAutomationPeer.cs
- EncoderFallback.cs
- WebDisplayNameAttribute.cs
- WindowsGraphics.cs
- FilteredReadOnlyMetadataCollection.cs
- TextTreeText.cs
- WebPartConnectionsCancelEventArgs.cs
- PropertyGridEditorPart.cs
- PreloadedPackages.cs
- PhysicalAddress.cs
- PrintingPermission.cs
- Deflater.cs
- InitiatorSessionSymmetricMessageSecurityProtocol.cs
- RoleGroup.cs
- ResourceCategoryAttribute.cs
- TextSegment.cs
- PackagingUtilities.cs
- ButtonPopupAdapter.cs
- PageThemeCodeDomTreeGenerator.cs
- Collection.cs
- DefinitionUpdate.cs
- HTTP_SERVICE_CONFIG_URLACL_KEY.cs
- HtmlTableRowCollection.cs
- ModifierKeysConverter.cs
- HwndAppCommandInputProvider.cs
- ResourceType.cs
- ConversionHelper.cs
- SettingsPropertyValueCollection.cs
- SplineKeyFrames.cs
- PolyLineSegment.cs
- ExitEventArgs.cs
- DictionaryGlobals.cs
- CodeCatchClause.cs
- FormatException.cs
- WebPartMovingEventArgs.cs
- WebServiceTypeData.cs
- Atom10FormatterFactory.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- TableLayoutStyleCollection.cs
- Executor.cs