Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Common / EntitySql / AST / ConstructorExpr.cs / 1305376 / ConstructorExpr.cs
//---------------------------------------------------------------------- //// Copyproperty (c) Microsoft Corporation. All propertys reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- namespace System.Data.Common.EntitySql.AST { using System; using System.Globalization; using System.Collections; using System.Collections.Generic; ////// Represents Row contructor expression. /// internal sealed class RowConstructorExpr : Node { private readonly NodeList_exprList; internal RowConstructorExpr(NodeList exprList) { _exprList = exprList; } /// /// Returns list of elements as aliased expressions. /// internal NodeListAliasedExprList { get { return _exprList; } } } /// /// Represents multiset constructor expression. /// internal sealed class MultisetConstructorExpr : Node { private readonly NodeList_exprList; internal MultisetConstructorExpr(NodeList exprList) { _exprList = exprList; } /// /// Returns list of elements as alias expressions. /// internal NodeListExprList { 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
- DelegateArgumentValue.cs
- UTF7Encoding.cs
- columnmapkeybuilder.cs
- RootDesignerSerializerAttribute.cs
- ClientRolePrincipal.cs
- DockingAttribute.cs
- StylusPlugin.cs
- ModelUIElement3D.cs
- _ChunkParse.cs
- Overlapped.cs
- TableLayoutCellPaintEventArgs.cs
- PolicyUnit.cs
- DataViewSetting.cs
- EventMap.cs
- XmlnsCompatibleWithAttribute.cs
- DSACryptoServiceProvider.cs
- WorkflowPrinting.cs
- _NegoState.cs
- VirtualizedCellInfoCollection.cs
- HybridWebProxyFinder.cs
- LoginName.cs
- BulletedListEventArgs.cs
- SerialStream.cs
- FileDialog_Vista_Interop.cs
- CorrelationInitializer.cs
- _AcceptOverlappedAsyncResult.cs
- IdleTimeoutMonitor.cs
- RequestNavigateEventArgs.cs
- IBuiltInEvidence.cs
- SqlGenericUtil.cs
- ModifierKeysConverter.cs
- PieceNameHelper.cs
- DecimalAnimationUsingKeyFrames.cs
- PolyBezierSegment.cs
- StylusPointPropertyInfoDefaults.cs
- ToolbarAUtomationPeer.cs
- RefreshResponseInfo.cs
- Msmq4SubqueuePoisonHandler.cs
- ColumnMapProcessor.cs
- SHA384Managed.cs
- GlobalProxySelection.cs
- StringUtil.cs
- BuildProviderAppliesToAttribute.cs
- EntityViewGenerationConstants.cs
- XslAst.cs
- GenericTypeParameterConverter.cs
- BitmapEffectDrawingContextState.cs
- TraceUtility.cs
- ApplicationDirectory.cs
- QilChoice.cs
- BitmapSource.cs
- DbParameterCollection.cs
- WorkflowShape.cs
- QilFactory.cs
- WmfPlaceableFileHeader.cs
- Char.cs
- IncrementalReadDecoders.cs
- RegexCompiler.cs
- VirtualDirectoryMappingCollection.cs
- SizeAnimationClockResource.cs
- SR.cs
- TypeRefElement.cs
- PlatformCulture.cs
- Script.cs
- PenThreadPool.cs
- PropagatorResult.cs
- HotSpotCollection.cs
- StatusBarDesigner.cs
- FontUnit.cs
- WeakReferenceKey.cs
- EditingScope.cs
- ViewStateAttachedPropertyFeature.cs
- datacache.cs
- BamlLocalizationDictionary.cs
- IntSecurity.cs
- BufferedGenericXmlSecurityToken.cs
- OracleRowUpdatedEventArgs.cs
- Calendar.cs
- XmlChildNodes.cs
- DataKeyCollection.cs
- ForceCopyBuildProvider.cs
- SqlAliaser.cs
- CommonGetThemePartSize.cs
- InputLanguage.cs
- SmtpNetworkElement.cs
- TemplateControlBuildProvider.cs
- CategoryGridEntry.cs
- DocumentXPathNavigator.cs
- RuntimeVariableList.cs
- Select.cs
- MissingMemberException.cs
- ObjectIDGenerator.cs
- ControlValuePropertyAttribute.cs
- ModifierKeysValueSerializer.cs
- DispatcherExceptionEventArgs.cs
- MenuItemBindingCollection.cs
- EdgeModeValidation.cs
- HandleRef.cs
- PerfService.cs
- SafeNativeMethods.cs