次の方法で共有


EntityContainer.TryGetRelationshipSetByName メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

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

名前空間:  System.Data.Entity.Core.Metadata.Edm
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Function TryGetRelationshipSetByName ( _
    name As String, _
    ignoreCase As Boolean, _
    <OutAttribute> ByRef relationshipSet As RelationshipSet _
) As Boolean
'使用
Dim instance As EntityContainer 
Dim name As String 
Dim ignoreCase As Boolean 
Dim relationshipSet As RelationshipSet 
Dim returnValue As Boolean 

returnValue = instance.TryGetRelationshipSetByName(name, _
    ignoreCase, relationshipSet)
public bool TryGetRelationshipSetByName(
    string name,
    bool ignoreCase,
    out RelationshipSet relationshipSet
)
public:
bool TryGetRelationshipSetByName(
    String^ name, 
    bool ignoreCase, 
    [OutAttribute] RelationshipSet^% relationshipSet
)
member TryGetRelationshipSetByName : 
        name:string * 
        ignoreCase:bool * 
        relationshipSet:RelationshipSet byref -> bool
public function TryGetRelationshipSetByName(
    name : String, 
    ignoreCase : boolean, 
    relationshipSet : RelationshipSet
) : boolean

パラメーター

  • name
    型 : System.String
    検索対象のリレーションシップ セットの名前。
  • ignoreCase
    型 : System.Boolean
    大文字と小文字を区別せずに検索する場合は true、それ以外の場合は false。

戻り値

型 : System.Boolean
検索条件と一致するリレーションシップ セットが存在した場合は true、それ以外の場合は false。

参照

参照

EntityContainer クラス

System.Data.Entity.Core.Metadata.Edm 名前空間