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
- TrackingValidationObjectDictionary.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- MetadataItemEmitter.cs
- DataPagerFieldCollection.cs
- MatrixAnimationUsingKeyFrames.cs
- ImageDrawing.cs
- CodeDirectoryCompiler.cs
- FragmentQuery.cs
- SuppressIldasmAttribute.cs
- GetMemberBinder.cs
- Pen.cs
- FileReader.cs
- HandlerFactoryCache.cs
- HtmlEncodedRawTextWriter.cs
- RSAOAEPKeyExchangeFormatter.cs
- SqlDataSourceQueryEditor.cs
- DnsPermission.cs
- TextContainer.cs
- SemanticAnalyzer.cs
- DeferredReference.cs
- Point4DValueSerializer.cs
- UnionCodeGroup.cs
- RawStylusInputCustomDataList.cs
- OrderedDictionary.cs
- FilterableAttribute.cs
- BCryptNative.cs
- MemoryFailPoint.cs
- FontClient.cs
- RequestCacheValidator.cs
- PrimaryKeyTypeConverter.cs
- HtmlMeta.cs
- RemotingException.cs
- FixedPageProcessor.cs
- LocalizableResourceBuilder.cs
- ISO2022Encoding.cs
- ExceptionNotification.cs
- ProcessingInstructionAction.cs
- GetPageNumberCompletedEventArgs.cs
- DecoderBestFitFallback.cs
- assemblycache.cs
- ProfilePropertyMetadata.cs
- DBDataPermissionAttribute.cs
- DescendantBaseQuery.cs
- FormViewPagerRow.cs
- DatePickerDateValidationErrorEventArgs.cs
- PagesSection.cs
- VerificationException.cs
- Transform.cs
- SocketPermission.cs
- SourceFileInfo.cs
- FactoryGenerator.cs
- WebPartCatalogAddVerb.cs
- Debug.cs
- SqlWebEventProvider.cs
- DataGridRelationshipRow.cs
- TableLayout.cs
- ContextMenuStripActionList.cs
- DetailsViewRowCollection.cs
- followingquery.cs
- DataBinding.cs
- HttpModuleAction.cs
- PersistChildrenAttribute.cs
- DispatcherHookEventArgs.cs
- IisTraceListener.cs
- PageAsyncTask.cs
- DefaultEventAttribute.cs
- FilteredXmlReader.cs
- EventProviderTraceListener.cs
- XmlDesignerDataSourceView.cs
- DependencySource.cs
- CallbackHandler.cs
- Screen.cs
- XhtmlBasicValidatorAdapter.cs
- OrderablePartitioner.cs
- ScriptControlManager.cs
- CachedCompositeFamily.cs
- TargetException.cs
- Size.cs
- DbDataReader.cs
- ParserExtension.cs
- HyperLinkStyle.cs
- SchemaElementDecl.cs
- FunctionQuery.cs
- TdsParserStateObject.cs
- FrameworkObject.cs
- ListView.cs
- SqlErrorCollection.cs
- TextEditorMouse.cs
- SpeakInfo.cs
- WorkflowViewService.cs
- ListControl.cs
- SQLInt64.cs
- _IPv6Address.cs
- OletxDependentTransaction.cs
- X509Certificate.cs
- InvalidEnumArgumentException.cs
- TreeNodeCollectionEditor.cs
- ZoomPercentageConverter.cs
- ExceptionValidationRule.cs
- XmlFileEditor.cs