EdmFunctionPayload.EntitySets プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
関数のエンティティ セットを取得または設定します。
名前空間: System.Data.Entity.Core.Metadata.Edm
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
Public Property EntitySets As IList(Of EntitySet)
Get
Set
'使用
Dim instance As EdmFunctionPayload
Dim value As IList(Of EntitySet)
value = instance.EntitySets
instance.EntitySets = value
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<EntitySet> EntitySets { get; set; }
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")]
public:
property IList<EntitySet^>^ EntitySets {
IList<EntitySet^>^ get ();
void set (IList<EntitySet^>^ value);
}
[<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")>]
member EntitySets : IList<EntitySet> with get, set
function get EntitySets () : IList<EntitySet>
function set EntitySets (value : IList<EntitySet>)
プロパティ値
型 : System.Collections.Generic.IList<EntitySet>
関数のエンティティ セット。