Version

IDataSourceAdapter Interface Members

The following tables list the members exposed by IDataSourceAdapter.

Public Properties
 NameDescription
 PropertyDeleteParametersA ParameterCollection used for deletes  
 PropertyFilterRecordThe filtering information for the source  
 PropertyPrimaryKeyContains primary key fields.  
 PropertySchemaReflects structure of the original data source.  
 PropertyUnboundFieldsReflects any unbound fields as part of the data bound control.  
 PropertyUpdateParametersA ParameterCollection used for updates  
Public Methods
 NameDescription
 MethodDataFieldFromNameReturns a DataField from the schema or the UnboundFields if not found in the schema. null if not in either collection  
 MethodDeleteMethod used to delete records from the source  
 MethodSelectSelects data from the source and returns it in a DataRecordCollection  
 MethodUpdateMethod that is called to update the data source.  
See Also