AssociationSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an association set in the conceptual model.
public ref class AssociationSet sealed : System::Data::Metadata::Edm::RelationshipSet
public sealed class AssociationSet : System.Data.Metadata.Edm.RelationshipSet
type AssociationSet = class
inherit RelationshipSet
Public NotInheritable Class AssociationSet
Inherits RelationshipSet
- Inheritance
Remarks
In CSDL, an AssociationSet contains the instances of the AssociationType. For more information, see Association set.
Properties
AssociationSetEnds |
Gets the ends of this AssociationSet. |
BuiltInTypeKind |
Gets the built-in type kind for this AssociationSet. |
Documentation |
Gets or sets the documentation associated with this type. (Inherited from MetadataItem) |
ElementType |
Gets the association related to this AssociationSet. |
EntityContainer |
Gets the entity container of the current entity or relationship set. (Inherited from EntitySetBase) |
MetadataProperties |
Gets the list of properties of the current type. (Inherited from MetadataItem) |
Name |
Gets the name of the current entity or relationship set. (Inherited from EntitySetBase) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns the name of the current entity or relationship set. (Inherited from EntitySetBase) |
Extension Methods
Scan(EntitySetBase) |
Creates a new DbScanExpression that references the specified entity or relationship set. |