Compartilhar via


EntityContainer.TryGetRelationshipSetByName Método

Definição

Retorna um objeto RelationshipSet usando o nome especificado para o conjunto de relações.

public:
 bool TryGetRelationshipSetByName(System::String ^ name, bool ignoreCase, [Runtime::InteropServices::Out] System::Data::Metadata::Edm::RelationshipSet ^ % relationshipSet);
public bool TryGetRelationshipSetByName (string name, bool ignoreCase, out System.Data.Metadata.Edm.RelationshipSet relationshipSet);
member this.TryGetRelationshipSetByName : string * bool * RelationshipSet -> bool
Public Function TryGetRelationshipSetByName (name As String, ignoreCase As Boolean, ByRef relationshipSet As RelationshipSet) As Boolean

Parâmetros

name
String

O nome do conjunto de relações pesquisado.

ignoreCase
Boolean

true para realizar a pesquisa que não diferencia maiúsculas de minúsculas; caso contrário, false.

relationshipSet
RelationshipSet

Quando este método retorna, ele contém um objeto RelationshipSet.

Retornos

true se houver um conjunto de relações que corresponde aos critérios de pesquisa; caso contrário, false.

Aplica-se a