Version

DataSourceControlAdapter Class Methods

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

Public Methods
 NameDescription
Public MethodAddSummaryFieldAdds a field to summary calculations. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public Methodstatic (Shared in Visual Basic)CopySelectArguments  
Public MethodDataFieldFromNameReturns a DataField from the schema or the UnboundFields if not found in the schema. null if not in either collection (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public MethodDeleteOverridden.   
Public MethodGetRecordCountProvides the number of records in the data source. This is the total number of records in the data source. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public MethodGetRecordViewCountProvides the number of records that are currently requested. This number takes into account paged data. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public MethodGetValueReturns a value out of the given record for the given field (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public MethodInsertOverridden.   
Public MethodSaveExtraViewStateForRecordSaves any extra information int the view state for a DataRecord (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public MethodSelect (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public MethodSetValueSets a value in the given record for the given field (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public MethodSortIf the DataAdapter is using SortableRecordsCollection and there are Records then this method will sort them. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public MethodUpdateOverridden.   
Protected Methods
 NameDescription
Protected MethodAdjustSelectArguments  
Protected MethodCleanupSelectArguments  
Protected MethodCreateFilterRecordCreates a FilterRecord based upon the row filter (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Protected MethodCreateRecordsOverridden.   
Protected MethodInitRecordCountInitializes the record count with the given value (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Protected MethodInitRecordsOverridden.   
Protected MethodInitSchemaFromBindingListInitializes schema from a binding list (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Protected MethodInitSchemaFromEnumerableInitializes schema from a binding list (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Protected MethodLoadViewStateLoad data modified at run time. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Protected MethodSaveViewStateSave data modified at run time. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Protected MethodSetRecordsSets the records collection to the one given (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Protected MethodTrackViewStateEnables view state tracking for underlying objects. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
See Also