The members of System.Web.UI.WebControls.SqlDataSourceView are listed below.
See Also: Inherited members from System.Web.UI.DataSourceView
Initializes a new instance of the System.Web.UI.WebControls.SqlDataSourceView class setting the specified System.Web.UI.WebControls.SqlDataSource control as the owner of the current view. |
| CancelSelectOnNullParameter | bool.
Gets or sets a value indicating whether a data retrieval operation is canceled when any parameter that is contained in the SqlDataSourceView.SelectParameters collection evaluates to null. | |
| [read-only] override | CanDelete | bool.
Gets a value indicating whether the System.Web.UI.WebControls.SqlDataSourceView object that is associated with the current System.Web.UI.WebControls.SqlDataSource control supports the delete operation. |
| [read-only] override | CanInsert | bool.
Gets a value indicating whether the System.Web.UI.WebControls.SqlDataSourceView object that is associated with the current System.Web.UI.WebControls.SqlDataSource control supports the insert operation. |
| [read-only] override | CanPage | bool.
Gets a value indicating whether the System.Web.UI.WebControls.SqlDataSourceView object that is associated with the current System.Web.UI.WebControls.SqlDataSource control supports the paging of retrieved data. |
| [read-only] override | CanRetrieveTotalRowCount | bool.
Gets a value indicating whether the System.Web.UI.WebControls.SqlDataSourceView object that is associated with the current System.Web.UI.WebControls.SqlDataSource control supports retrieving the total number of data rows, in addition to the set of data. |
| [read-only] override | CanSort | bool.
Gets a value indicating whether the System.Web.UI.WebControls.SqlDataSourceView object that is associated with the current System.Web.UI.WebControls.SqlDataSource control supports a sorted view on the retrieved data. |
| [read-only] override | CanUpdate | bool.
Gets a value indicating whether the System.Web.UI.WebControls.SqlDataSourceView object that is associated with the current System.Web.UI.WebControls.SqlDataSource control supports the update operation. |
| ConflictDetection | System.Web.UI.ConflictOptions.
Gets or sets the value indicating how the System.Web.UI.WebControls.SqlDataSource control performs updates and deletes when data in a row in the underlying database changes during the time of the operation. | |
| DeleteCommand | string.
Gets or sets the SQL string that the System.Web.UI.WebControls.SqlDataSourceView uses to delete data from the underlying database. | |
| DeleteCommandType | SqlDataSourceCommandType.
Gets or sets a value indicating whether the text in the SqlDataSourceView.DeleteCommand property is a SQL statement or the name of a stored procedure. | |
| [read-only] | DeleteParameters | ParameterCollection.
Gets the parameters collection containing the parameters that are used by the SqlDataSourceView.DeleteCommand property. |
| FilterExpression | string.
Gets or sets a filtering expression that is applied when the erload:System.Web.UI.WebControls.SqlDataSourceView.Select method is called. | |
| [read-only] | FilterParameters | ParameterCollection.
Gets a collection of parameters that are associated with any parameter placeholders in the SqlDataSourceView.FilterExpression string. |
| InsertCommand | string.
Gets or sets the SQL string that the System.Web.UI.WebControls.SqlDataSourceView object uses to insert data into the underlying database. | |
| InsertCommandType | SqlDataSourceCommandType.
Gets or sets a value indicating whether the text in the SqlDataSourceView.InsertCommand property is a SQL statement or the name of a stored procedure. | |
| [read-only] | InsertParameters | ParameterCollection.
Gets the parameters collection containing the parameters that are used by the SqlDataSourceView.InsertCommand property. |
| OldValuesParameterFormatString | string.
Gets or sets a format string to apply to the names of any parameters that are passed to the erload:System.Web.UI.WebControls.SqlDataSourceView.Delete or erload:System.Web.UI.WebControls.SqlDataSourceView.Update method. | |
| SelectCommand | string.
Gets or sets the SQL string that the System.Web.UI.WebControls.SqlDataSourceView object uses to retrieve data from the underlying database. | |
| SelectCommandType | SqlDataSourceCommandType.
Gets or sets a value indicating whether the text in the SqlDataSourceView.SelectCommand property is a SQL query or the name of a stored procedure. | |
| [read-only] | SelectParameters | ParameterCollection.
Gets the parameters collection containing the parameters that are used by the SqlDataSourceView.SelectCommand property. |
| SortParameterName | string.
Gets or sets the name of a stored procedure parameter that is used to sort retrieved data when data retrieval is performed using a stored procedure. | |
| UpdateCommand | string.
Gets or sets the SQL string that the System.Web.UI.WebControls.SqlDataSourceView object uses to update data in the underlying database. | |
| UpdateCommandType | SqlDataSourceCommandType.
Gets or sets a value indicating whether the text in the SqlDataSourceView.UpdateCommand property is a SQL statement or the name of a stored procedure. | |
| [read-only] | UpdateParameters | ParameterCollection.
Gets the parameters collection containing the parameters that are used by the SqlDataSourceView.UpdateCommand property. |
| [read-only] | IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.WebControls.SqlDataSourceView object is saving changes to its view state. |
| [read-only] | ParameterPrefix | string.
Gets the string that is used to prefix a parameter placeholder in a parameterized SQL query. |
Delete(IDictionary, IDictionary)
| ||
Insert(IDictionary)
| ||
Select(System.Web.UI.DataSourceSelectArguments)
| ||
Update(IDictionary, IDictionary, IDictionary)
| ||
override | ExecuteDelete(IDictionary, IDictionary)
| |
override | ExecuteInsert(IDictionary)
| |
override | ExecuteSelect(System.Web.UI.DataSourceSelectArguments)
| |
override | ExecuteUpdate(IDictionary, IDictionary, IDictionary)
| |
LoadViewState(object)
| ||
OnDeleted(SqlDataSourceStatusEventArgs)
| ||
OnDeleting(SqlDataSourceCommandEventArgs)
| ||
OnFiltering(SqlDataSourceFilteringEventArgs)
| ||
OnInserted(SqlDataSourceStatusEventArgs)
| ||
OnInserting(SqlDataSourceCommandEventArgs)
| ||
OnSelected(SqlDataSourceStatusEventArgs)
| ||
OnSelecting(SqlDataSourceSelectingEventArgs)
| ||
OnUpdated(SqlDataSourceStatusEventArgs)
| ||
OnUpdating(SqlDataSourceCommandEventArgs)
| ||
SaveViewState()
| ||
TrackViewState()
| ||
| Deleted |
Occurs when a delete operation has completed. | |
| Deleting |
Occurs before a delete operation. | |
| Filtering |
Occurs before a filter operation. | |
| Inserted |
Occurs when an insert operation has completed. | |
| Inserting |
Occurs before an insert operation. | |
| Selected |
Occurs when a data retrieval operation has completed. | |
| Selecting |
Occurs before a data retrieval operation. | |
| Updated |
Occurs when an update operation has completed. | |
| Updating |
Occurs before an update operation. |
| [read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
For a description of this member, see System.Web.UI.IStateManager.IsTrackingViewState. |
| System.Web.UI.IStateManager.LoadViewState |
For a description of this member, see System.Web.UI.IStateManager.LoadViewState(object). | |
| System.Web.UI.IStateManager.SaveViewState |
For a description of this member, see System.Web.UI.IStateManager.SaveViewState. | |
| System.Web.UI.IStateManager.TrackViewState |
For a description of this member, see System.Web.UI.IStateManager.TrackViewState. |