Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / Metadata / Edm / RelationshipSet.cs / 1 / RelationshipSet.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; namespace System.Data.Metadata.Edm { ////// Class for representing a relationship set /// public abstract class RelationshipSet : EntitySetBase { #region Constructors ////// The constructor for constructing the RelationshipSet with a given name and an relationship type /// /// The name of the RelationshipSet /// 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 RelationshipSet(string name, string schema, string table, string definingQuery, RelationshipType relationshipType) : base(name, schema, table, definingQuery, relationshipType) { } #endregion #region Properties ////// Returns the relationship type associated with this relationship set /// public new RelationshipType ElementType { get { return (RelationshipType)base.ElementType; } } ////// Returns the kind of the type /// public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.RelationshipSet; } } #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.Diagnostics; using System.Text; namespace System.Data.Metadata.Edm { ////// Class for representing a relationship set /// public abstract class RelationshipSet : EntitySetBase { #region Constructors ////// The constructor for constructing the RelationshipSet with a given name and an relationship type /// /// The name of the RelationshipSet /// 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 RelationshipSet(string name, string schema, string table, string definingQuery, RelationshipType relationshipType) : base(name, schema, table, definingQuery, relationshipType) { } #endregion #region Properties ////// Returns the relationship type associated with this relationship set /// public new RelationshipType ElementType { get { return (RelationshipType)base.ElementType; } } ////// Returns the kind of the type /// public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.RelationshipSet; } } #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
- PasswordDeriveBytes.cs
- BuilderPropertyEntry.cs
- Pens.cs
- MD5.cs
- Vector3D.cs
- InputBinding.cs
- UDPClient.cs
- BinaryWriter.cs
- QuerySetOp.cs
- COM2AboutBoxPropertyDescriptor.cs
- HuffModule.cs
- PersistStreamTypeWrapper.cs
- RequestBringIntoViewEventArgs.cs
- XmlTypeAttribute.cs
- ExpressionsCollectionConverter.cs
- DependencySource.cs
- DataBoundLiteralControl.cs
- BoundsDrawingContextWalker.cs
- TextTreeFixupNode.cs
- WebControlParameterProxy.cs
- CuspData.cs
- smtppermission.cs
- GridViewColumnCollectionChangedEventArgs.cs
- XmlSchemaElement.cs
- ExitEventArgs.cs
- ColorConvertedBitmapExtension.cs
- PathSegmentCollection.cs
- IssuanceLicense.cs
- LicenseManager.cs
- ModelTreeEnumerator.cs
- ArrayExtension.cs
- CapiNative.cs
- DirectionalLight.cs
- SingleKeyFrameCollection.cs
- x509store.cs
- CheckPair.cs
- MessageFilter.cs
- MultiPropertyDescriptorGridEntry.cs
- unsafeIndexingFilterStream.cs
- TextMarkerSource.cs
- Image.cs
- HotSpot.cs
- UnsafeNativeMethods.cs
- ErrorHandlerFaultInfo.cs
- ToolboxItemFilterAttribute.cs
- ResetableIterator.cs
- XomlCompilerHelpers.cs
- DBConcurrencyException.cs
- WebHostedComPlusServiceHost.cs
- DataTableNewRowEvent.cs
- EventLevel.cs
- StatusBarPanel.cs
- MediaElementAutomationPeer.cs
- UnhandledExceptionEventArgs.cs
- DataTemplateSelector.cs
- XmlSchemaAppInfo.cs
- IERequestCache.cs
- OutputCacheProfileCollection.cs
- CultureTable.cs
- SmtpClient.cs
- QueryRewriter.cs
- XPathScanner.cs
- XmlILStorageConverter.cs
- DocumentViewerConstants.cs
- Pen.cs
- DbDataAdapter.cs
- ColorAnimationBase.cs
- DispatchOperation.cs
- ToolStripArrowRenderEventArgs.cs
- BlobPersonalizationState.cs
- ClientFormsAuthenticationCredentials.cs
- RequestCachePolicyConverter.cs
- regiisutil.cs
- HttpTransportSecurity.cs
- RadioButtonStandardAdapter.cs
- HwndMouseInputProvider.cs
- UrlUtility.cs
- GetWinFXPath.cs
- returneventsaver.cs
- SHA384.cs
- DbgCompiler.cs
- SectionInput.cs
- CdpEqualityComparer.cs
- GridViewRowPresenter.cs
- ZipIOCentralDirectoryFileHeader.cs
- indexingfiltermarshaler.cs
- AsyncStreamReader.cs
- _ConnectStream.cs
- XamlReader.cs
- remotingproxy.cs
- DocumentApplication.cs
- PropertyReferenceExtension.cs
- SqlFacetAttribute.cs
- ToolStripLabel.cs
- AuthenticationModulesSection.cs
- ActivityInterfaces.cs
- HttpRequestContext.cs
- TypeConverterHelper.cs
- SinglePageViewer.cs
- UrlPropertyAttribute.cs