次の方法で共有


EntityContainer.TryGetRelationshipSetByName メソッド

定義

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

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

パラメーター

name
String

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

ignoreCase
Boolean

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

relationshipSet
RelationshipSet

このメソッドから制御が戻った時点で、RelationshipSet オブジェクトが格納されます。

戻り値

検索条件に一致するリレーションシップ セットがある場合は true。それ以外の場合は false

適用対象