EntitySetBase Classe
Definição
A classe base de um EntitySet e um RelationshipSet.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
- Herança
- Derivado
Propriedades
| BuiltInTypeKind |
Obtém a variante do tipo interno para este EntitySetBase.Gets the built-in type kind for this EntitySetBase. |
| Documentation |
Obtém ou define a documentação associada a esse tipo.Gets or sets the documentation associated with this type. (Herdado de MetadataItem) |
| ElementType |
Obtém o tipo de entidade deste EntityTypeBase.Gets the entity type of this EntityTypeBase. |
| EntityContainer |
Obtém o contêiner de entidade do conjunto de entidades ou relações atual.Gets the entity container of the current entity or relationship set. |
| MetadataProperties |
Obtém a lista de propriedades do tipo atual.Gets the list of properties of the current type. (Herdado de MetadataItem) |
| Name |
Obtém o nome do conjunto de entidades ou relações atual.Gets the name of the current entity or relationship set. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna o nome do conjunto de relações ou entidades atual.Returns the name of the current entity or relationship set. |
Métodos de Extensão
| Scan(EntitySetBase) |
Cria uma nova DbScanExpression que referencia o conjunto de entidades ou de relações especificado.Creates a new DbScanExpression that references the specified entity or relationship set. |