Version

DataReaderDataSourceAdapter Class Methods

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

Public Methods
 NameDescription
Public MethodAddSummaryFieldAdds a field to summary calculations. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
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 MethodGetRecordCountOverridden.   
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 MethodGetValueOverridden.   
Public MethodInsertOverridden.   
Public MethodSaveExtraViewStateForRecordOverridden. Saves the actual data of the item array for a data reader  
Public MethodSelect (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public MethodSetValueOverridden.   
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 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