Condividi tramite


Costruttore DataItem

Initializes a new instance of DataItem.

Elenco di overload

  Nome Descrizione
Metodo pubblico DataItem() () () () Initializes a new instance of DataItem using default values.
Metodo pubblico DataItem(Binding) Initializes a new instance of DataItem for the specified source.
Metodo pubblico DataItem(String, String) Initializes a new instance of DataItem for the specified table and column.
Metodo pubblico DataItem(Binding, OleDbType) Initializes a new instance of DataItem for the specified source with the specified OleDbType.
Metodo pubblico DataItem(String, String, OleDbType) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.
Metodo pubblico DataItem(Binding, OleDbType, Int32) Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size.
Metodo pubblico DataItem(String, String, OleDbType, Int32) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType and data size.

In alto