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
- TableParagraph.cs
- Constraint.cs
- GridViewCommandEventArgs.cs
- ProxyManager.cs
- CompletionCallbackWrapper.cs
- TextTreeExtractElementUndoUnit.cs
- securitycriticaldata.cs
- MultipartContentParser.cs
- BamlRecordReader.cs
- MapPathBasedVirtualPathProvider.cs
- FactoryMaker.cs
- SmiEventSink_Default.cs
- ClientSection.cs
- DashStyles.cs
- KeyValueConfigurationElement.cs
- ToolStripStatusLabel.cs
- SwitchLevelAttribute.cs
- RemoteWebConfigurationHost.cs
- GroupItem.cs
- Missing.cs
- OleDbMetaDataFactory.cs
- ForeignKeyConstraint.cs
- glyphs.cs
- LayoutTable.cs
- TextTabProperties.cs
- MenuBase.cs
- XmlSchemaComplexType.cs
- ObservableCollectionDefaultValueFactory.cs
- COM2ComponentEditor.cs
- TreeView.cs
- ImageDrawing.cs
- IntegerValidatorAttribute.cs
- CompilationPass2TaskInternal.cs
- DataGridPagingPage.cs
- PageCatalogPart.cs
- SimpleBitVector32.cs
- xmlfixedPageInfo.cs
- PresentationAppDomainManager.cs
- DateTimeFormatInfo.cs
- ProfileProvider.cs
- X509Certificate2.cs
- PageRouteHandler.cs
- SponsorHelper.cs
- SystemIcmpV4Statistics.cs
- VersionedStream.cs
- NameValuePermission.cs
- PropertyDescriptorCollection.cs
- PolicyException.cs
- Int32KeyFrameCollection.cs
- _NestedSingleAsyncResult.cs
- XmlSubtreeReader.cs
- selecteditemcollection.cs
- _BufferOffsetSize.cs
- PeoplePickerWrapper.cs
- PrePrepareMethodAttribute.cs
- DoWorkEventArgs.cs
- MsiStyleLogWriter.cs
- ResourcePool.cs
- DataGridViewButtonCell.cs
- SettingsPropertyCollection.cs
- IsolatedStorageFilePermission.cs
- DesignerAttributeInfo.cs
- basevalidator.cs
- ViewManager.cs
- AccessDataSourceView.cs
- FactoryGenerator.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- TreeViewImageKeyConverter.cs
- TemplateInstanceAttribute.cs
- RelationalExpressions.cs
- WindowsToolbar.cs
- WmlCommandAdapter.cs
- DataGridViewCellPaintingEventArgs.cs
- ExclusiveCanonicalizationTransform.cs
- ReadOnlyObservableCollection.cs
- DynamicDiscoveryDocument.cs
- StrokeCollection2.cs
- TraceListeners.cs
- FreezableCollection.cs
- DiagnosticsConfiguration.cs
- SystemIPv4InterfaceProperties.cs
- HtmlTableRow.cs
- SatelliteContractVersionAttribute.cs
- LogRestartAreaEnumerator.cs
- Documentation.cs
- CustomErrorsSection.cs
- EpmContentSerializerBase.cs
- HitTestDrawingContextWalker.cs
- QuerySelectOp.cs
- VisualStyleTypesAndProperties.cs
- AspNetPartialTrustHelpers.cs
- ConsoleKeyInfo.cs
- SoapObjectReader.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- DBParameter.cs
- Window.cs
- SqlErrorCollection.cs
- QilReference.cs
- DataSvcMapFile.cs
- GridSplitter.cs