Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / Metadata / Edm / EntitySet.cs / 1 / EntitySet.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; namespace System.Data.Metadata.Edm { ////// concrete Class for representing a entity set /// public class EntitySet : EntitySetBase { #region Constructors ////// The constructor for constructing the EntitySet with a given name and an entity type /// /// The name of the EntitySet /// The db schema /// The db table /// The provider specific query that should be used to retrieve the EntitySet /// The entity type of the entities that this entity set type contains ///Thrown if the argument name or entityType is null internal EntitySet(string name, string schema, string table, string definingQuery, EntityType entityType) : base(name, schema, table, definingQuery, entityType) { } #endregion #region Properties ////// Returns the kind of the type /// public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.EntitySet; } } ////// Gets/Sets the entity type of this entity set /// public new EntityType ElementType { get { return (EntityType)base.ElementType; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; namespace System.Data.Metadata.Edm { ////// concrete Class for representing a entity set /// public class EntitySet : EntitySetBase { #region Constructors ////// The constructor for constructing the EntitySet with a given name and an entity type /// /// The name of the EntitySet /// The db schema /// The db table /// The provider specific query that should be used to retrieve the EntitySet /// The entity type of the entities that this entity set type contains ///Thrown if the argument name or entityType is null internal EntitySet(string name, string schema, string table, string definingQuery, EntityType entityType) : base(name, schema, table, definingQuery, entityType) { } #endregion #region Properties ////// Returns the kind of the type /// public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.EntitySet; } } ////// Gets/Sets the entity type of this entity set /// public new EntityType ElementType { get { return (EntityType)base.ElementType; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SchemaNamespaceManager.cs
- DataReaderContainer.cs
- DiscoveryService.cs
- NotifyCollectionChangedEventArgs.cs
- ProgressPage.cs
- SplineKeyFrames.cs
- AssemblyName.cs
- TreeViewItemAutomationPeer.cs
- StoryFragments.cs
- GridViewRowEventArgs.cs
- ContentOperations.cs
- MessageSecurityOverTcp.cs
- JsonByteArrayDataContract.cs
- ErrorFormatterPage.cs
- PageSettings.cs
- HttpException.cs
- SqlDataSourceEnumerator.cs
- DynamicDataRouteHandler.cs
- RayMeshGeometry3DHitTestResult.cs
- DataSpaceManager.cs
- X509Certificate.cs
- MasterPageParser.cs
- VisualCollection.cs
- JavascriptCallbackMessageInspector.cs
- SessionParameter.cs
- Camera.cs
- InputScopeManager.cs
- CompositeDataBoundControl.cs
- MexBindingElement.cs
- Form.cs
- KnownBoxes.cs
- ActiveDocumentEvent.cs
- KeyManager.cs
- IPeerNeighbor.cs
- NaturalLanguageHyphenator.cs
- ErrorFormatter.cs
- RIPEMD160.cs
- xml.cs
- HMACSHA512.cs
- DesignerValidatorAdapter.cs
- MobileControlsSectionHandler.cs
- PathSegmentCollection.cs
- DataControlImageButton.cs
- RSACryptoServiceProvider.cs
- Models.cs
- DbMetaDataColumnNames.cs
- HttpModuleCollection.cs
- OracleMonthSpan.cs
- TaskFormBase.cs
- FixedElement.cs
- PropertiesTab.cs
- CryptoProvider.cs
- SafeNativeMethods.cs
- FileDialog.cs
- ApplicationServiceHelper.cs
- ExternalFile.cs
- SizeAnimationBase.cs
- ConfigurationStrings.cs
- WindowsPen.cs
- ImageField.cs
- WebBrowserDocumentCompletedEventHandler.cs
- XmlElementList.cs
- DocumentPage.cs
- DefaultAuthorizationContext.cs
- AssemblyCollection.cs
- IImplicitResourceProvider.cs
- PrivilegeNotHeldException.cs
- ProfileSection.cs
- XsdBuildProvider.cs
- Activity.cs
- RestHandler.cs
- ConnectionInterfaceCollection.cs
- Win32KeyboardDevice.cs
- EditorPart.cs
- RegexEditorDialog.cs
- SvcFileManager.cs
- TextSelectionHelper.cs
- MemoryStream.cs
- PreviewPageInfo.cs
- MatrixTransform.cs
- CheckBoxList.cs
- OdbcConnectionString.cs
- SqlLiftIndependentRowExpressions.cs
- MouseGestureValueSerializer.cs
- StubHelpers.cs
- TileModeValidation.cs
- AnnotationResourceChangedEventArgs.cs
- UrlAuthorizationModule.cs
- PrimitiveList.cs
- ManipulationDelta.cs
- Sequence.cs
- GridPattern.cs
- EditorZone.cs
- TlsnegoTokenAuthenticator.cs
- Encoding.cs
- SliderAutomationPeer.cs
- EmptyQuery.cs
- ActivityBindForm.cs
- TextSpanModifier.cs
- HtmlWindowCollection.cs