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
- Utils.cs
- EntryWrittenEventArgs.cs
- XmlILStorageConverter.cs
- SQLDoubleStorage.cs
- DispatcherExceptionEventArgs.cs
- KeyNameIdentifierClause.cs
- NonParentingControl.cs
- DataColumnMapping.cs
- AutomationFocusChangedEventArgs.cs
- MimeWriter.cs
- BaseValidator.cs
- EntityDataSourceWrapperCollection.cs
- DataGridClipboardHelper.cs
- BoundField.cs
- remotingproxy.cs
- ReturnType.cs
- HttpPostServerProtocol.cs
- FileSystemEventArgs.cs
- Rules.cs
- EntitySqlQueryCacheEntry.cs
- SByte.cs
- MLangCodePageEncoding.cs
- PerformanceCounterPermissionAttribute.cs
- IpcChannel.cs
- MediaContext.cs
- OleDbSchemaGuid.cs
- PointHitTestParameters.cs
- DataGridViewCellPaintingEventArgs.cs
- ECDiffieHellmanCng.cs
- HtmlHead.cs
- XmlILStorageConverter.cs
- PrintDialog.cs
- MediaElementAutomationPeer.cs
- Clipboard.cs
- _NtlmClient.cs
- TargetControlTypeAttribute.cs
- TextFindEngine.cs
- Verify.cs
- DataGridViewRowHeaderCell.cs
- TransformPatternIdentifiers.cs
- WebGetAttribute.cs
- EventLogPermissionEntryCollection.cs
- MediaContextNotificationWindow.cs
- x509utils.cs
- HtmlProps.cs
- LoginView.cs
- RepeaterItemEventArgs.cs
- DesignerLinkAdapter.cs
- HMACSHA1.cs
- Activator.cs
- CodeBlockBuilder.cs
- CombinedTcpChannel.cs
- ToolStripDesignerUtils.cs
- ResourceCategoryAttribute.cs
- AccessDataSourceView.cs
- XmlNamedNodeMap.cs
- SapiRecognizer.cs
- CodeFieldReferenceExpression.cs
- MatrixTransform.cs
- ThicknessAnimationBase.cs
- FixedSOMContainer.cs
- HMACSHA256.cs
- WebPartMenuStyle.cs
- XmlDocument.cs
- TreeNodeConverter.cs
- MultiPartWriter.cs
- DataGridTablesFactory.cs
- ParameterToken.cs
- WebReferencesBuildProvider.cs
- XmlValueConverter.cs
- TypeListConverter.cs
- XsltConvert.cs
- Transactions.cs
- CalendarDesigner.cs
- SrgsText.cs
- EdmProviderManifest.cs
- WeakHashtable.cs
- RectAnimationUsingKeyFrames.cs
- ObjectListSelectEventArgs.cs
- ServiceDebugBehavior.cs
- RuntimeConfig.cs
- GridViewColumnHeader.cs
- HttpHeaderCollection.cs
- KeyInterop.cs
- DefaultTextStore.cs
- XmlAttributeCache.cs
- MonthCalendar.cs
- PenThread.cs
- TemplateBaseAction.cs
- SqlDataSourceConnectionPanel.cs
- TypeBuilder.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- PropertyDescriptorCollection.cs
- SystemFonts.cs
- TextCharacters.cs
- ScrollEvent.cs
- SecUtil.cs
- ISessionStateStore.cs
- SimpleRecyclingCache.cs
- StrongNameIdentityPermission.cs