ContextDataSourceView.EntityTypeName 属性

定义

获取或设置为插入、删除或更新操作创建的对象的名称。

public:
 property System::String ^ EntityTypeName { System::String ^ get(); void set(System::String ^ value); };
public string EntityTypeName { get; set; }
member this.EntityTypeName : string with get, set
Public Property EntityTypeName As String

属性值

为插入、删除或更新操作创建的对象的名称。

适用于