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

定義

指定されたエンティティ セット名を使用して、EntitySet オブジェクトを返します。

public System.Data.Entity.Core.Metadata.Edm.EntitySet GetEntitySetByName (string name, bool ignoreCase);
member this.GetEntitySetByName : string * bool -> System.Data.Entity.Core.Metadata.Edm.EntitySet
Public Function GetEntitySetByName (name As String, ignoreCase As Boolean) As EntitySet

パラメーター

name
String

検索対象のエンティティ セットの名前。

ignoreCase
Boolean

大文字と小文字を区別せずに検索する場合は true、それ以外の場合は false。

戻り値

指定された名前のエンティティ セットを表す EntitySet オブジェクト。

適用対象