Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- HtmlElementCollection.cs
- IPipelineRuntime.cs
- NavigationProperty.cs
- UnsafeNativeMethods.cs
- HttpCachePolicyElement.cs
- BuilderPropertyEntry.cs
- Rotation3DAnimation.cs
- HttpHandlerActionCollection.cs
- SubqueryRules.cs
- SqlDataSourceQueryConverter.cs
- Rotation3D.cs
- ChameleonKey.cs
- PipeSecurity.cs
- HMACSHA1.cs
- SchemaReference.cs
- ListViewGroupCollectionEditor.cs
- XmlSchemaAnnotation.cs
- ListBox.cs
- ApplicationSecurityInfo.cs
- OdbcConnectionStringbuilder.cs
- WebBaseEventKeyComparer.cs
- UnsafeNativeMethods.cs
- OwnerDrawPropertyBag.cs
- FindCompletedEventArgs.cs
- ContainerParaClient.cs
- ColorDialog.cs
- Effect.cs
- CodeTypeConstructor.cs
- RegexParser.cs
- CacheSection.cs
- RSAPKCS1SignatureFormatter.cs
- SmuggledIUnknown.cs
- FilterableAttribute.cs
- SqlCacheDependencyDatabase.cs
- XmlLoader.cs
- EntityContainer.cs
- TableLayoutRowStyleCollection.cs
- SystemInfo.cs
- ComponentResourceManager.cs
- DataObjectAttribute.cs
- NativeWindow.cs
- TextDecorationUnitValidation.cs
- EntityCollection.cs
- AutomationProperty.cs
- GridItemPatternIdentifiers.cs
- CheckableControlBaseAdapter.cs
- HierarchicalDataSourceDesigner.cs
- Cursors.cs
- MULTI_QI.cs
- StyleSheetRefUrlEditor.cs
- DesignTimeParseData.cs
- EntityTemplateUserControl.cs
- GatewayDefinition.cs
- ParseElementCollection.cs
- TimeSpan.cs
- WebHostScriptMappingsInstallComponent.cs
- IsolatedStorageException.cs
- ApplicationSecurityInfo.cs
- TextContainer.cs
- OrderedDictionary.cs
- WorkflowApplicationCompletedException.cs
- ExpressionParser.cs
- TcpStreams.cs
- XmlAttributeOverrides.cs
- ReturnValue.cs
- XmlAnyElementAttributes.cs
- SqlServices.cs
- TypeSemantics.cs
- PartialList.cs
- NavigatorInvalidBodyAccessException.cs
- CrossSiteScriptingValidation.cs
- ProcessHostMapPath.cs
- WindowsListViewItemStartMenu.cs
- WebPartZoneCollection.cs
- ResizingMessageFilter.cs
- UInt16.cs
- FixedSOMTable.cs
- ProfileService.cs
- SrgsRuleRef.cs
- StrongNamePublicKeyBlob.cs
- ActivationServices.cs
- References.cs
- ClientSettingsStore.cs
- EntityContainer.cs
- DataGridPageChangedEventArgs.cs
- path.cs
- DeleteMemberBinder.cs
- RepeaterItemEventArgs.cs
- DocumentProperties.cs
- RelationshipDetailsCollection.cs
- ConnectionStringSettingsCollection.cs
- ProjectionCamera.cs
- NativeMethods.cs
- ImageAnimator.cs
- Convert.cs
- CodeMethodInvokeExpression.cs
- SchemaInfo.cs
- AlternateViewCollection.cs
- CheckBoxAutomationPeer.cs
- ApplicationBuildProvider.cs