Version

IDataSourceAdapter Interface Methods

For a list of all members of this type, see IDataSourceAdapter members.

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