The following tables list the members exposed by SqlDataSourceAdapter.
Name | Description | |
---|---|---|
![]() | SqlDataSourceAdapter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CustomBinding | Returns a boolean for whether custom binding is occuring (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | DelayFiltering | Returns a boolean for whether application of the RowFilter on the collection should be delayed or not (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | DelaySort | Delays 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) |
![]() | DeleteParameters | Overridden. |
![]() | EnableDataSummarization | Returns a boolean for whether summaries should be calculated for this control (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | EnableSummariesFilter | Gets/sets a value that if true, summaries are calculated only on the filtered data (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | FilterRecord | FilterRecord representing the filtering to be done on the source (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | HasSummaryFields | Indicates whether a field has been added to summary calculations. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | InsertParameters | Overridden. |
![]() | OldValuesParameterFormatString | Overridden. |
![]() | OwnerView | Keeps reference to the owner DataSourceObjectView object. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | PrimaryKey | Implements primary key fields. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | Records | Implements the Records property. Keeps a reference to the records collection of the data source. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | RequireFilterableCollection | Returns a boolean for whether the Records collection should be created as a FilterableRecordsCollection (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | RequireSortableCollection | Returns a boolean for whether the Records collection should be created as a SortableRecordsCollection (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | RowFilter | Overridden. |
![]() | Schema | Implements the Schema property. Keeps a reference to the schema of the data source. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | Source | |
![]() | UnboundFields | Returns a DataFieldCollection representing any UnboundFields on this control (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | UnboundValues | Returns a Hashtable of unbound values. The keys are datakey. The values are string/object Dictionary. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | UniqueDataValues | (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | UpdateParameters | Overridden. |
Name | Description | |
---|---|---|
![]() | Data | (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceControlAdapter) |
![]() | DataSourceView | (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceControlAdapter) |
![]() | IsEnumerableITypeList | (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | ViewState | A state bag for the ViewState (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
Name | Description | |
---|---|---|
![]() | AddSummaryField | Adds a field to summary calculations. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | DataFieldFromName | Returns 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) |
![]() | Delete | (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceControlAdapter) |
![]() | GetRecordCount | Overridden. |
![]() | GetRecordViewCount | Provides the number of records that are currently requested. This number takes into account paged data. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | GetValue | Returns a value out of the given record for the given field (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | Insert | (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceControlAdapter) |
![]() | SaveExtraViewStateForRecord | Saves any extra information int the view state for a DataRecord (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | Select | (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | SetValue | Sets a value in the given record for the given field (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | Sort | If the DataAdapter is using SortableRecordsCollection and there are Records then this method will sort them. (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceAdapter) |
![]() | Update | (Inherited from Infragistics.Web.UI.Framework.Data.DataSourceControlAdapter) |