Freigeben über


DataItem-Konstruktor

Initializes a new instance of DataItem.

Überladungsliste 

  Name Beschreibung
Öffentliche Methode DataItem() () () () Initializes a new instance of DataItem using default values.
Öffentliche Methode DataItem(Binding) Initializes a new instance of DataItem for the specified source.
Öffentliche Methode DataItem(String, String) Initializes a new instance of DataItem for the specified table and column.
Öffentliche Methode DataItem(Binding, OleDbType) Initializes a new instance of DataItem for the specified source with the specified OleDbType.
Öffentliche Methode DataItem(String, String, OleDbType) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.
Öffentliche Methode DataItem(Binding, OleDbType, Int32) Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size.
Öffentliche Methode DataItem(String, String, OleDbType, Int32) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType and data size.

Zum Anfang