Version

QueryableDataSourceControlAdapter Class Members

The following tables list the members exposed by QueryableDataSourceControlAdapter.

Public Constructors
 NameDescription
Public ConstructorQueryableDataSourceControlAdapter ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCustomBindingReturns a boolean for whether custom binding is occuring (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyDelayFilteringReturns a boolean for whether application of the RowFilter on the collection should be delayed or not (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyDelaySortDelays sorting, this is meant to be used for UnboundFields and this property helps tp delay the sorting until all the unbound values has been provided (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyDeleteParametersOverridden.   
Public PropertyEnableDataSummarizationReturns a boolean for whether summaries should be calculated for this control (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyEnableSummariesFilterGets/sets a value that if true, summaries are calculated only on the filtered data (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyFilterRecordFilterRecord representing the filtering to be done on the source (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyHasSummaryFieldsIndicates whether a field has been added to summary calculations. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyInsertParametersOverridden.   
Public PropertyOldValuesParameterFormatStringReturns a string used to format old values (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyOwnerViewKeeps reference to the owner DataSourceObjectView object. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyPrimaryKeyImplements primary key fields. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyRecordsImplements the Records property. Keeps a reference to the records collection of the data source. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyRequireFilterableCollectionReturns a boolean for whether the Records collection should be created as a FilterableRecordsCollection (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyRequireSortableCollectionReturns a boolean for whether the Records collection should be created as a SortableRecordsCollection (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyRowFilterFilter expression. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertySchemaImplements the Schema property. Keeps a reference to the schema of the data source. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertySource  
Public PropertyUnboundFieldsReturns a DataFieldCollection representing any UnboundFields on this control (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyUnboundValuesReturns a Hashtable of unbound values. The keys are datakey. The values are string/object Dictionary. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyUniqueDataValues (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter)
Public PropertyUpdateParametersOverridden.   
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 MethodDelete (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceControlAdapter)
Public MethodGetRecordCount (Inherited from Infragistics.Web.UI.Framework.Data.BaseQueryableDataSourceAdapter)
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.DataSourceControlAdapter)
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.DataSourceControlAdapter)
Protected Methods
 NameDescription
Protected MethodAdjustSelectArgumentsOverridden.   
Protected MethodCleanupSelectArgumentsOverridden.   
Protected MethodCreateFilterRecord (Inherited from Infragistics.Web.UI.Framework.Data.BaseQueryableDataSourceAdapter)
Protected MethodCreateRecords (Inherited from Infragistics.Web.UI.Framework.Data.BaseQueryableDataSourceAdapter)
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.DataSourceControlAdapter)
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