CreationDateColumn Property
Syntax
[DebuggerNonUserCodeAttribute()]
public DataColumn CreationDateColumn { get; }
<DebuggerNonUserCodeAttribute()>
Public ReadOnly Property CreationDateColumn() As System.Data.DataColumn
Get
public:
[DebuggerNonUserCodeAttribute]
property System::Data::DataColumn^ CreationDateColumn
{
System::Data::DataColumn^ get()
}
Property Value
The System.Data.DataColumn that represents the table Creation Date column.