Version

BindingListDataSourceAdapter Class Methods

For a list of all members of this type, see BindingListDataSourceAdapter 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 MethodGetRecordCount (Inherited from Infragistics.Web.UI.Framework.Data.CollectionDataSourceAdapter)
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 MethodInsert (Inherited from Infragistics.Web.UI.Framework.Data.EnumerableDataSourceAdapter)
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 MethodUpdate (Inherited from Infragistics.Web.UI.Framework.Data.EnumerableDataSourceAdapter)
Protected Methods
 NameDescription
Protected MethodCreateFilterRecordCreates a FilterRecord based upon the row filter (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Protected MethodCreateRecordsOverridden.   
Protected MethodGetSourceItemByKeys (Inherited from Infragistics.Web.UI.Framework.Data.EnumerableDataSourceAdapter)
Protected MethodInitRecordCountInitializes the record count with the given value (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Protected MethodInitRecords (Inherited from Infragistics.Web.UI.Framework.Data.EnumerableDataSourceAdapter)
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 MethodPopulateObjectOverloaded.  (Inherited from Infragistics.Web.UI.Framework.Data.EnumerableDataSourceAdapter)
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