ContextDataSource.EntityTypeName プロパティ
定義
挿入、削除、または更新の操作中に作成される型の名前を取得または設定します。Gets or sets the name of the type that is created for Insert, Delete, and Update operations.
public:
virtual property System::String ^ EntityTypeName { System::String ^ get(); void set(System::String ^ value); };
public virtual string EntityTypeName { get; set; }
member this.EntityTypeName : string with get, set
Public Overridable Property EntityTypeName As String
プロパティ値
挿入、削除、または更新の操作中に作成される型の名前。The name of the type that is created for Insert, Delete, and Update operations.