Share via


EntityContainer.GetRelationshipSetByName(String, Boolean) メソッド

定義

指定されたリレーションシップ セット名を使用して、RelationshipSet オブジェクトを返します。

public:
 System::Data::Metadata::Edm::RelationshipSet ^ GetRelationshipSetByName(System::String ^ name, bool ignoreCase);
public System.Data.Metadata.Edm.RelationshipSet GetRelationshipSetByName (string name, bool ignoreCase);
member this.GetRelationshipSetByName : string * bool -> System.Data.Metadata.Edm.RelationshipSet
Public Function GetRelationshipSetByName (name As String, ignoreCase As Boolean) As RelationshipSet

パラメーター

name
String

検索対象のリレーションシップ セットの名前。

ignoreCase
Boolean

検索時に大文字小文字を区別しない場合は true。それ以外の場合は false

戻り値

指定された名前のリレーションシップ セットを表す RelationshipSet オブジェクト。

適用対象