Compartilhar via


Construtor DataItem

Initializes a new instance of DataItem.

Lista de sobrecargas

  Nome Descrição
Método público DataItem() () () () Initializes a new instance of DataItem using default values.
Método público DataItem(Binding) Initializes a new instance of DataItem for the specified source.
Método público DataItem(String, String) Initializes a new instance of DataItem for the specified table and column.
Método público DataItem(Binding, OleDbType) Initializes a new instance of DataItem for the specified source with the specified OleDbType.
Método público DataItem(String, String, OleDbType) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.
Método público DataItem(Binding, OleDbType, Int32) Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size.
Método público 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ício