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
- MimeFormReflector.cs
- AutomationInteropProvider.cs
- TrackingProvider.cs
- EnumBuilder.cs
- PagesChangedEventArgs.cs
- MenuCommand.cs
- GeneralTransformCollection.cs
- PrivilegedConfigurationManager.cs
- MessageSmuggler.cs
- TaskSchedulerException.cs
- WebBrowserPermission.cs
- TypeSchema.cs
- CodeRegionDirective.cs
- SQLMembershipProvider.cs
- XhtmlStyleClass.cs
- PropertyFilterAttribute.cs
- RectangleGeometry.cs
- PropertiesTab.cs
- FormatterConverter.cs
- CollectionViewGroupInternal.cs
- X509CertificateRecipientServiceCredential.cs
- ProgressBar.cs
- CompilationPass2TaskInternal.cs
- LZCodec.cs
- SiteMapDataSource.cs
- OperandQuery.cs
- HtmlForm.cs
- PasswordPropertyTextAttribute.cs
- ExpressionBuilder.cs
- SetStoryboardSpeedRatio.cs
- OdbcDataAdapter.cs
- DragEvent.cs
- ToolStripDropTargetManager.cs
- PropVariant.cs
- SrgsGrammarCompiler.cs
- VerticalAlignConverter.cs
- EntityDataSourceStatementEditor.cs
- DocumentXmlWriter.cs
- CaseInsensitiveComparer.cs
- XpsFontSerializationService.cs
- FormatConvertedBitmap.cs
- FontStretch.cs
- HandlerWithFactory.cs
- CompilerInfo.cs
- ClusterUtils.cs
- XPathScanner.cs
- StructuredTypeInfo.cs
- PopupControlService.cs
- XmlToDatasetMap.cs
- LostFocusEventManager.cs
- _HeaderInfo.cs
- VirtualDirectoryMapping.cs
- VoiceObjectToken.cs
- UrlAuthorizationModule.cs
- StrongNameSignatureInformation.cs
- FixedBufferAttribute.cs
- SqlParameterCollection.cs
- CommonGetThemePartSize.cs
- SqlExpressionNullability.cs
- Tokenizer.cs
- CodeTypeReferenceExpression.cs
- EditorBrowsableAttribute.cs
- FacetDescription.cs
- MissingSatelliteAssemblyException.cs
- XmlRootAttribute.cs
- TypographyProperties.cs
- InsufficientExecutionStackException.cs
- MULTI_QI.cs
- Attributes.cs
- InstanceDescriptor.cs
- RuntimeHelpers.cs
- XamlInt32CollectionSerializer.cs
- TabItem.cs
- Set.cs
- CompilationLock.cs
- VisualStyleInformation.cs
- MachineKeyConverter.cs
- HtmlEmptyTagControlBuilder.cs
- TextTreeUndoUnit.cs
- XPathChildIterator.cs
- SafeSecurityHelper.cs
- DbBuffer.cs
- ChannelSinkStacks.cs
- PackWebResponse.cs
- StrongTypingException.cs
- DragDrop.cs
- ADRoleFactory.cs
- BaseTemplateCodeDomTreeGenerator.cs
- UnSafeCharBuffer.cs
- UniqueSet.cs
- AudioFileOut.cs
- DocumentDesigner.cs
- LabelAutomationPeer.cs
- CssTextWriter.cs
- StubHelpers.cs
- DataTableMapping.cs
- TransformerConfigurationWizardBase.cs
- ConfigurationStrings.cs
- UnsafeNativeMethods.cs
- Slider.cs