次の方法で共有


EntityContainer.GetRelationshipSetByName メソッド

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

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

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

構文

'宣言
Public Function GetRelationshipSetByName ( _
    name As String, _
    ignoreCase As Boolean _
) As RelationshipSet
'使用
Dim instance As EntityContainer 
Dim name As String 
Dim ignoreCase As Boolean 
Dim returnValue As RelationshipSet 

returnValue = instance.GetRelationshipSetByName(name, _
    ignoreCase)
public RelationshipSet GetRelationshipSetByName(
    string name,
    bool ignoreCase
)
public:
RelationshipSet^ GetRelationshipSetByName(
    String^ name, 
    bool ignoreCase
)
member GetRelationshipSetByName : 
        name:string * 
        ignoreCase:bool -> RelationshipSet
public function GetRelationshipSetByName(
    name : String, 
    ignoreCase : boolean
) : RelationshipSet

パラメーター

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

戻り値

型 : System.Data.Entity.Core.Metadata.Edm.RelationshipSet
指定された名前のリレーションシップ セットを表す RelationshipSet オブジェクト。

参照

参照

EntityContainer クラス

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