Version

DataSourceObjectView Class Properties

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

Public Properties
 NameDescription
Public PropertyCanDeleteOverridden.   
Public PropertyCanInsertOverridden.   
Public PropertyCanPageOverridden.   
Public PropertyCanRetrieveTotalRowCountOverridden. Gets a value indicating whether the DataSourceObjectView object associated with the current DataSourceObject object supports retrieving the total number of data rows, instead of the data.  
Public PropertyCanSortOverridden.   
Public PropertyCanUpdateOverridden.   
Public PropertyCustomBindingReturns a boolean for whether custom binding is occuring  
Public PropertyDataAdapterReference to the adapter of the original data.  
Public PropertyDataKeyFieldsKeeps a data key field name. In the case of compound data key the fieled names must be comma delimited.  
Public PropertyDelaySort  
Public PropertyDeleteParameters  
Public PropertyEnableDataSummarizationReturns a boolean for whether summaries should be calculated for this control  
Public PropertyInsertParameters  
Public PropertyNameGets the name of the data source view. (Inherited from System.Web.UI.DataSourceView)
Public PropertyOwnerDataSourceReference to the owner DataSourceObject.  
Public PropertyRequireFilterableCollectionReturns a boolean for whether the Records collection should be created as a FilterableRecordsCollection  
Public PropertyRequireSortableCollectionReturns a boolean for whether the Records collection should be created as a SortableRecordsCollection  
Public PropertyUnboundFieldsReturns a DataFieldCollection representing any UnboundFields on this control  
Public PropertyUnboundValuesReturns a Hashtable of unbound values. The keys are datakey. The values are string/object Dictionary.  
Public PropertyUpdateParameters  
Protected Properties
 NameDescription
Protected PropertyEventsGets a list of event-handler delegates for the data source view. (Inherited from System.Web.UI.DataSourceView)
See Also