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
- KeyFrames.cs
- ChtmlMobileTextWriter.cs
- SystemIPAddressInformation.cs
- SchemaAttDef.cs
- ServiceObjectContainer.cs
- Overlapped.cs
- ScrollBarRenderer.cs
- CheckBoxField.cs
- XmlNamespaceMappingCollection.cs
- CacheChildrenQuery.cs
- BindMarkupExtensionSerializer.cs
- XmlSchemaSequence.cs
- ChannelEndpointElementCollection.cs
- Simplifier.cs
- WebPartMenu.cs
- XmlIterators.cs
- AbstractSvcMapFileLoader.cs
- CombinedGeometry.cs
- ZipPackagePart.cs
- SourceFileInfo.cs
- TextPattern.cs
- TransactionProxy.cs
- BlockCollection.cs
- VirtualizedItemProviderWrapper.cs
- ManagementScope.cs
- UserControlParser.cs
- Speller.cs
- SoapAttributes.cs
- InitialServerConnectionReader.cs
- ColorPalette.cs
- TransformedBitmap.cs
- DataGridView.cs
- Parser.cs
- SyndicationSerializer.cs
- CodeDomConfigurationHandler.cs
- X509CertificateValidator.cs
- TreeNodeCollectionEditor.cs
- UnhandledExceptionEventArgs.cs
- CustomErrorsSection.cs
- CharUnicodeInfo.cs
- KnownTypeDataContractResolver.cs
- DesignerWithHeader.cs
- AmbientLight.cs
- DesignerEventService.cs
- DrawingAttributeSerializer.cs
- CustomTypeDescriptor.cs
- GlobalProxySelection.cs
- RelationshipEndCollection.cs
- CheckBoxList.cs
- FileDialogCustomPlace.cs
- WebPartZoneBase.cs
- HtmlEmptyTagControlBuilder.cs
- compensatingcollection.cs
- TraceSection.cs
- DataGridTablesFactory.cs
- RealizationContext.cs
- XamlFilter.cs
- GetMemberBinder.cs
- MarginCollapsingState.cs
- DBPropSet.cs
- Win32Native.cs
- PcmConverter.cs
- SchemaCollectionPreprocessor.cs
- ExpressionBindingsDialog.cs
- LayoutEditorPart.cs
- PowerStatus.cs
- StandardCommands.cs
- UnionExpr.cs
- CommonXSendMessage.cs
- HandlerBase.cs
- TagNameToTypeMapper.cs
- WindowsFormsDesignerOptionService.cs
- CqlGenerator.cs
- UnsafeNativeMethods.cs
- ResXDataNode.cs
- TitleStyle.cs
- ParallelTimeline.cs
- CustomErrorsSectionWrapper.cs
- TypeUsage.cs
- GenericTypeParameterBuilder.cs
- ProviderIncompatibleException.cs
- EventMappingSettingsCollection.cs
- HttpCacheParams.cs
- SmiEventSink.cs
- TableLayoutPanelCellPosition.cs
- HttpResponseWrapper.cs
- WebPartConnectionsCloseVerb.cs
- SQLResource.cs
- __ConsoleStream.cs
- DesignerCommandSet.cs
- XmlSchemaObjectCollection.cs
- SQLChars.cs
- TextBox.cs
- DirectoryGroupQuery.cs
- MeshGeometry3D.cs
- TextClipboardData.cs
- DesignerActionItem.cs
- SingleConverter.cs
- SHA384.cs
- Geometry3D.cs