Partager via


DataItem constructeur

Initializes a new instance of DataItem.

Liste de surcharge

  Nom Description
Méthode publique DataItem() () () () Initializes a new instance of DataItem using default values.
Méthode publique DataItem(Binding) Initializes a new instance of DataItem for the specified source.
Méthode publique DataItem(String, String) Initializes a new instance of DataItem for the specified table and column.
Méthode publique DataItem(Binding, OleDbType) Initializes a new instance of DataItem for the specified source with the specified OleDbType.
Méthode publique DataItem(String, String, OleDbType) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.
Méthode publique DataItem(Binding, OleDbType, Int32) Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size.
Méthode publique DataItem(String, String, OleDbType, Int32) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType and data size.

Haut de la page