EntitySetBase Class

Definition

A base class for an EntitySet and a RelationshipSet.

public ref class EntitySetBase abstract : System::Data::Metadata::Edm::MetadataItem
public abstract class EntitySetBase : System.Data.Metadata.Edm.MetadataItem
type EntitySetBase = class
    inherit MetadataItem
Public MustInherit Class EntitySetBase
Inherits MetadataItem
Inheritance
EntitySetBase
Derived

Properties

BuiltInTypeKind

Gets the built-in type kind for this EntitySetBase.

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.

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.

Extension Methods

Scan(EntitySetBase)

Creates a new DbScanExpression that references the specified entity or relationship set.

Applies to