RelationshipSet Classe
Definição
Representa um conjunto de relações em um modelo conceitual.Represents a relationship set in a conceptual model.
public ref class RelationshipSet abstract : System::Data::Metadata::Edm::EntitySetBase
public abstract class RelationshipSet : System.Data.Metadata.Edm.EntitySetBase
type RelationshipSet = class
inherit EntitySetBase
Public MustInherit Class RelationshipSet
Inherits EntitySetBase
- Herança
- Derivado
Propriedades
| BuiltInTypeKind |
Obtém a variante do tipo interno para este RelationshipSet.Gets the built-in type kind for this RelationshipSet. |
| 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 relacionamento deste RelationshipSet.Gets the relationship type of this RelationshipSet. |
| 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. (Herdado de EntitySetBase) |
| 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. (Herdado de EntitySetBase) |
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. (Herdado de EntitySetBase) |
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. |