RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DataColumn Constructor

Initializes a new instance of the DataColumn class.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public DataColumn(
	int columnIndex,
	string columnName
)
Public Sub New ( _
	columnIndex As Integer, _
	columnName As String _
)
public:
DataColumn(
	int^ columnIndex, 
	String^ columnName
)

Parameters

columnIndex
Type: Int32
Index of the column.
columnName
Type: String
Name of the column.