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