DataAdapter Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AcceptChangesDuringFill | Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations. |
| AcceptChangesDuringUpdate | Gets or sets whether AcceptChanges is called during a Update. |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
| ContinueUpdateOnError | Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. |
| FillLoadOption | Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader. |
| MissingMappingAction | Determines the action to take when incoming data does not have a matching table or column. |
| MissingSchemaAction | Determines the action to take when existing DataSet schema does not match incoming data. |
| ReturnProviderSpecificTypes | Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values. |
| Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
| TableMappings | Gets a collection that provides the master mapping between a source table and a DataTable. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
| Name | Description | |
|---|---|---|
| System.Data.IDataAdapter.TableMappings | For a description of this member, see IDataAdapter.TableMappings. |