Compartir a través de


DataItem Constructor

Initializes a new instance of DataItem.

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
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.

Arriba