EntitySetBase Class
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
A base class for an EntitySet and a RelationshipSet.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
System.Data.Metadata.Edm.MetadataItem
System.Data.Metadata.Edm.EntitySetBase
System.Data.Metadata.Edm.EntitySet
System.Data.Metadata.Edm.RelationshipSet
Name | Description | |
---|---|---|
![]() | BuiltInTypeKind | Gets the built-in type kind for this EntitySetBase.(Overrides MetadataItem.BuiltInTypeKind.) |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | ElementType | Gets the entity type of this EntityTypeBase. |
![]() | EntityContainer | Gets the entity container of the current entity or relationship set. |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | Name | Gets the name of the current entity or relationship set. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns the name of the current entity or relationship set.(Overrides Object.ToString().) |
Name | Description | |
---|---|---|
![]() | Scan() | Creates a new DbScanExpression that references the specified entity or relationship set. (Defined by DbExpressionBuilder.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.