System.Data
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
The interface enables an inheriting class to implement a Column Mapping class, which associates a data source column with a column. For more information, see [<topic://cpconsettingupdatatabledatacolumnmappings>].
An application does not create an instance of the interface directly, but creates an instance of a class that inherits .
Classes that inherit must implement all inherited members, and typically define additional members to add provider-specific functionality. For example, the interface defines the property. In turn, the class inherits this property, and also defines the method.
Associates a data source column with a column, and is implemented by the class, which is used in common by .NET Framework data providers.
Property
System.String
To be added: an object of type 'string'
To be added
Gets or sets the name of the column within the to map to.
1.0.5000.0
2.0.0.0
Property
System.String
To be added: an object of type 'string'
To be added
Gets or sets the name of the column within the data source to map from. The name is case-sensitive.
1.0.5000.0
2.0.0.0