Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------- // // 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
- Scanner.cs
- ByteFacetDescriptionElement.cs
- WebBrowsableAttribute.cs
- BaseCollection.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- CalendarAutoFormat.cs
- Wildcard.cs
- InputBuffer.cs
- CryptoApi.cs
- Renderer.cs
- SemaphoreSecurity.cs
- TagPrefixInfo.cs
- ProxyManager.cs
- IsolatedStorage.cs
- ApplicationException.cs
- Grammar.cs
- ParagraphVisual.cs
- Viewport2DVisual3D.cs
- PinnedBufferMemoryStream.cs
- ThreadExceptionEvent.cs
- bidPrivateBase.cs
- FilteredXmlReader.cs
- smtppermission.cs
- XmlArrayItemAttributes.cs
- ItemChangedEventArgs.cs
- ObjectListItem.cs
- SpeechUI.cs
- ModuleConfigurationInfo.cs
- PowerModeChangedEventArgs.cs
- PriorityBindingExpression.cs
- TagNameToTypeMapper.cs
- MethodImplAttribute.cs
- NodeFunctions.cs
- StringFunctions.cs
- UriTemplate.cs
- DataControlFieldHeaderCell.cs
- RectAnimation.cs
- ComPlusInstanceContextInitializer.cs
- BindStream.cs
- ServiceErrorHandler.cs
- SqlGatherConsumedAliases.cs
- TimeStampChecker.cs
- PropertyGrid.cs
- HitTestDrawingContextWalker.cs
- ToolStripDesignerAvailabilityAttribute.cs
- ConnectivityStatus.cs
- XsdDateTime.cs
- FormatControl.cs
- CharacterBufferReference.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- RadioButtonFlatAdapter.cs
- PreviewPrintController.cs
- AtomEntry.cs
- SqlConnectionPoolGroupProviderInfo.cs
- ValidationService.cs
- COM2TypeInfoProcessor.cs
- DocumentGridPage.cs
- DesignerSerializerAttribute.cs
- ComponentEvent.cs
- PlainXmlWriter.cs
- BitmapSource.cs
- UnicodeEncoding.cs
- StorageRoot.cs
- SafeThreadHandle.cs
- HttpProfileBase.cs
- contentDescriptor.cs
- HiddenFieldPageStatePersister.cs
- WebPartConnectionsCancelVerb.cs
- Collection.cs
- Internal.cs
- DataGridViewSelectedRowCollection.cs
- DocumentPaginator.cs
- AnnotationObservableCollection.cs
- TraceHwndHost.cs
- DrawingVisualDrawingContext.cs
- HttpCachePolicy.cs
- DataGridTextBoxColumn.cs
- Empty.cs
- ContentValidator.cs
- MemberRelationshipService.cs
- XPathNodeInfoAtom.cs
- TraceContext.cs
- Solver.cs
- ConstraintStruct.cs
- TimeSpanValidator.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- ImageDrawing.cs
- TdsValueSetter.cs
- PagerSettings.cs
- StringFormat.cs
- FormViewActionList.cs
- RequestUriProcessor.cs
- UnitySerializationHolder.cs
- ImageButton.cs
- StrokeCollectionDefaultValueFactory.cs
- CodeSnippetExpression.cs
- ReachDocumentReferenceSerializer.cs
- XamlSerializerUtil.cs
- WindowsTreeView.cs
- UserPersonalizationStateInfo.cs