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 ExprList AliasExprList 
        {
            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 ExprList ExprList 
        {
            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 ExprList AliasExprList 
        {
            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 ExprList ExprList 
        {
            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
- XhtmlConformanceSection.cs
 - TypeSystemProvider.cs
 - DynamicDiscoSearcher.cs
 - SequenceFullException.cs
 - ModuleElement.cs
 - SapiRecognizer.cs
 - LoginName.cs
 - FocusManager.cs
 - DateRangeEvent.cs
 - MediaContextNotificationWindow.cs
 - XmlC14NWriter.cs
 - CatalogZone.cs
 - PageThemeParser.cs
 - WebPartHelpVerb.cs
 - PrintDocument.cs
 - MessageSmuggler.cs
 - SortedSetDebugView.cs
 - RsaKeyGen.cs
 - MimeTypeAttribute.cs
 - RadioButtonRenderer.cs
 - DependencyPropertyChangedEventArgs.cs
 - RequestCacheEntry.cs
 - BooleanKeyFrameCollection.cs
 - ProfileService.cs
 - StyleBamlTreeBuilder.cs
 - PageClientProxyGenerator.cs
 - DrawTreeNodeEventArgs.cs
 - FontUnit.cs
 - Input.cs
 - FragmentQueryProcessor.cs
 - DrawingContextWalker.cs
 - FullTextLine.cs
 - StructureChangedEventArgs.cs
 - Delay.cs
 - PeerContact.cs
 - EventToken.cs
 - SocketAddress.cs
 - TraceSource.cs
 - SplashScreen.cs
 - Timer.cs
 - DBBindings.cs
 - BindableAttribute.cs
 - EntityEntry.cs
 - DataGridViewColumnCollection.cs
 - DetailsViewInsertEventArgs.cs
 - serverconfig.cs
 - ObfuscationAttribute.cs
 - GroupDescription.cs
 - OpacityConverter.cs
 - XmlDataSourceView.cs
 - OdbcPermission.cs
 - ManagementInstaller.cs
 - SortDescriptionCollection.cs
 - MarkupCompilePass2.cs
 - CodeNamespace.cs
 - DateTimeEditor.cs
 - DesignTimeResourceProviderFactoryAttribute.cs
 - Process.cs
 - InkCanvasInnerCanvas.cs
 - DataGridTextBox.cs
 - MenuItemBindingCollection.cs
 - ReferenceCountedObject.cs
 - PageRequestManager.cs
 - DispatcherObject.cs
 - DTCTransactionManager.cs
 - TextElement.cs
 - NativeCompoundFileAPIs.cs
 - AsmxEndpointPickerExtension.cs
 - ReadOnlyKeyedCollection.cs
 - XamlTypeMapper.cs
 - FontFamilyIdentifier.cs
 - WebEventTraceProvider.cs
 - BitmapMetadataEnumerator.cs
 - RouteItem.cs
 - WCFBuildProvider.cs
 - EntityDataSourceWrapperCollection.cs
 - WindowsTokenRoleProvider.cs
 - Queue.cs
 - NamespaceInfo.cs
 - DSACryptoServiceProvider.cs
 - _ChunkParse.cs
 - XmlSecureResolver.cs
 - InstanceDescriptor.cs
 - FontInfo.cs
 - FixedSOMContainer.cs
 - AtomicFile.cs
 - ListViewSortEventArgs.cs
 - DataServiceEntityAttribute.cs
 - ServerValidateEventArgs.cs
 - PointValueSerializer.cs
 - HttpConfigurationContext.cs
 - UserControl.cs
 - SparseMemoryStream.cs
 - ResourceDictionaryCollection.cs
 - EnvelopedPkcs7.cs
 - TextContainer.cs
 - XXXOnTypeBuilderInstantiation.cs
 - CellIdBoolean.cs
 - ACL.cs
 - MimeParameters.cs