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