次の方法で共有


EntityCollectionChangedParams.TargetEntitySet プロパティ

コレクション内のオブジェクトのエンティティ セットの名前。

名前空間:  System.Data.Services.Client
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

'宣言
Public ReadOnly Property TargetEntitySet As String
    Get
'使用
Dim instance As EntityCollectionChangedParams
Dim value As String

value = instance.TargetEntitySet
public string TargetEntitySet { get; }
public:
property String^ TargetEntitySet {
    String^ get ();
}
member TargetEntitySet : string
function get TargetEntitySet () : String

プロパティ値

型: System.String
エンティティ セットの名前。

関連項目

参照

EntityCollectionChangedParams クラス

System.Data.Services.Client 名前空間