LinqDataSourceView Properties

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubpropertyAutoGenerateOrderByClause

Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control creates a dynamic an OrderBy clause.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyAutoGenerateWhereClause

Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control creates a dynamic Where clause.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyAutoPage

Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports paging by default.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyAutoSort

Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports sorting by default.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyCanDelete

Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports the delete operation.(Overrides QueryableDataSourceView::CanDelete.)

System_CAPS_pubpropertyCanInsert

Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports the insert operation.(Overrides QueryableDataSourceView::CanInsert.)

System_CAPS_pubpropertyCanPage

Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports paging of retrieved data.(Overrides QueryableDataSourceView::CanPage.)

System_CAPS_pubpropertyCanRetrieveTotalRowCount

Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports retrieving the total number of data rows, in addition to retrieving the data.(Overrides QueryableDataSourceView::CanRetrieveTotalRowCount.)

System_CAPS_pubpropertyCanSort

Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports a sorted view of the retrieved data.(Overrides QueryableDataSourceView::CanSort.)

System_CAPS_pubpropertyCanUpdate

Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports the update operation.(Overrides QueryableDataSourceView::CanUpdate.)

System_CAPS_protpropertyContext

Gets or sets the current data context.(Inherited from ContextDataSourceView.)

System_CAPS_pubpropertyContextType

Gets the type of the data context class.(Overrides ContextDataSourceView::ContextType.)

System_CAPS_pubpropertyContextTypeName

Gets or sets the name of the data context class that contains the field or property specified in the TableName property.(Overrides ContextDataSourceView::ContextTypeName.)

System_CAPS_pubpropertyDeleteParameters

Gets the collection that contains the parameters that are used during a delete operation.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyEnableDelete

Gets or sets a value that indicates whether the data source view supports deleting rows.

System_CAPS_pubpropertyEnableInsert

Gets or sets a value that indicates whether the data source view supports adding new rows.

System_CAPS_pubpropertyEnableObjectTracking

Gets or sets a value that indicates whether changes to the data-context object are tracked.

System_CAPS_pubpropertyEnableUpdate

Gets or sets a value that indicates whether the data source view supports updating rows.

System_CAPS_protpropertyEntitySet

Gets or sets the object that contains the value of the data to retrieve.(Inherited from ContextDataSourceView.)

System_CAPS_pubpropertyEntitySetName

Gets or sets the name of the property or field in the data-context class that represents a data collection.(Inherited from ContextDataSourceView.)

System_CAPS_protpropertyEntitySetType

Gets or sets the name of the object that is created for an insert, delete, or update operation.(Inherited from ContextDataSourceView.)

System_CAPS_protpropertyEntityType

Gets or sets the object that is created for an insert, delete, or update operation.(Inherited from ContextDataSourceView.)

System_CAPS_pubpropertyEntityTypeName

Gets or sets the name of the object that is created for an insert, delete, or update operation.(Inherited from ContextDataSourceView.)

System_CAPS_protpropertyEvents

Gets a list of event-handler delegates for the data source view.(Inherited from DataSourceView.)

System_CAPS_pubpropertyGroupBy

Gets or sets the name or names of the properties to use during the select operation for grouping data.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyGroupByParameters

Gets a collection of parameters whose values are used to create the GroupBy clause during the select operation.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyInsertParameters

Gets a collection of parameters that are used during the insert operation.(Inherited from QueryableDataSourceView.)

System_CAPS_protpropertyIsTrackingViewState

Gets a value that indicates whether the QueryableDataSourceView object is saving changes to its view state.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyName

Gets the name of the data source view.(Inherited from DataSourceView.)

System_CAPS_pubpropertyOrderBy

Gets or sets the name or names of the properties that are used during the select operation to sort data.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyOrderByParameters

Gets a collection of parameters that are used during the select operation to sort data.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyOrderGroupsBy

Gets or sets the names of the properties that are used during the select operation to sort grouped data.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyOrderGroupsByParameters

Gets a collection of parameters that are used to create the OrderGroupsBy clause.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertySelectNew

Gets or sets the properties and calculated values that are included in the retrieved data.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertySelectNewParameters

Gets the collection of parameters that are used during a data-retrieval operation.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyStoreOriginalValuesInViewState

Gets or sets a value that indicates that original values from the select operation will be stored in view state when delete or update operations are enabled.

System_CAPS_pubpropertyTableName

Gets or sets the name of a property or field of the data context class that contains the data collection.

System_CAPS_pubpropertyUpdateParameters

Gets the collection of parameters that are used during an update operation.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyWhere

Gets or sets a value that specifies what conditions must be true for a row to be included in the retrieved data.(Inherited from QueryableDataSourceView.)

System_CAPS_pubpropertyWhereParameters

Gets a collection of parameters that are used to create a Where clause.(Inherited from QueryableDataSourceView.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIStateManager::IsTrackingViewState

When implemented by a class, gets a value that indicates whether a server control is tracking its view-state changes.(Inherited from QueryableDataSourceView.)

Return to top
Show: