DataTableClearEventArgs.TableName 属性
定义
获取正在清除其中的行的表的名称。Gets the table name whose rows are being cleared.
public:
property System::String ^ TableName { System::String ^ get(); };
public string TableName { get; }
member this.TableName : string
Public ReadOnly Property TableName As String
属性值
一个 String,指示表的名称。A String indicating the table name.