Partager via


Membres DataItem

Describes a data item that includes the definition of that data item (size, type and more), and the details of the binding to some source. This class cannot be inherited.

Le type DataItem expose les membres suivants.

Constructeurs

  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

Méthodes

  Nom Description
Méthode publique Clone Creates a new, deep copy of current DataItem.
Méthode publique CopyTo Creates a deep copy of current DataItem in the specified object.
Méthode publique CreateObjRef (Hérité de MarshalByRefObject.)
Méthode publique Dispose (Hérité de Component.)
Méthode protégée Dispose (Hérité de Component.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Component.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetLifetimeService (Hérité de MarshalByRefObject.)
Méthode protégée GetService (Hérité de Component.)
Méthode publique GetType (Hérité de Object.)
Méthode publique InitializeLifetimeService (Hérité de MarshalByRefObject.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de MarshalByRefObject.)
Méthode publique ToString Returns a string representation of current DataItem value. (Se substitue à Component. . :: . .ToString() () () ().)

Haut de la page

Propriétés

  Nom Description
Propriété publiqueMembre statique AllowedDataTypes Gets an array with the allowed data types as defined in OLEDB.
Propriété publique Annotations Gets the collection object of all annotations to current DataItem.
Propriété protégée CanRaiseEvents (Hérité de Component.)
Propriété publique Collation Gets or sets the collation definition for the current DataItem.
Propriété publique Container (Hérité de Component.)
Propriété publique DataSize Gets or sets the size for current DataItem.
Propriété publique DataType Gets or sets the type of current DataItem.
Propriété protégée DesignMode (Hérité de Component.)
Propriété protégée Events (Hérité de Component.)
Propriété publique Format Gets or sets the formatting property for DataItem values.
Propriété publique InvalidXmlCharacters Gets or sets the behavior for invalid characters in XML streams.
Propriété publique MimeType Gets or sets the Mime type of the current DataItem.
Propriété publique NullProcessing Gets or sets action the server should take when current DataItem is a Null value.
Propriété publique Parent Gets the parent object of current DataItem.
Propriété publique Site (Hérité de Component.)
Propriété publique Source Gets or sets the source object for current DataItem.
Propriété publique Trimming Gets or sets the trimming specification for string type DataItem

Haut de la page

Événements

  Nom Description
Événement public Disposed (Hérité de Component.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable. . :: . .Clone

Haut de la page