RemoteDataSourceView Class

This is a Library topic for Data Abstract for .NET
This page is generated from external data, please do not update
Namespaces — Interfaces — Classes — Enums — Implements
Contents |
Overview
The RemoteDataSourceView class (together with the RemoteDataSource component) provides Data Abstract based data access for ASP.NET applications. This class implements the abstract System.Web.UI.DataSourceView class to expose the capabilities of the RemoteDataSource class (update, insert, delete, sort, etc.) and contains methods to execute selecting, inserting, updating and deleting of data.
You will not usually deal with instances of this class directly, it is used internally by the RemoteDataSource component for data access. Instead, you can select a DataMember (for which a RemoteDataSourceView will be created) for your data source:
Location
- Assembly: RemObjects.DataAbstract.Web.dll
- Namespace: RemObjects.DataAbstract.Web
- Ancestry: System.Web.UI.DataSourceView | RemoteDataSourceView
Properties
| CanDelete |
|---|
|
Override. Gets a value indicating whether the RemoteDataSourceView object supports the ExecuteDelete operation. This property is set to TRUE.
|
| CanInsert |
|
Override. Gets a value indicating whether the RemoteDataSourceView object supports the ExecuteInsert operation. This property is set to TRUE.
|
| CanRetrieveTotalRowCount |
|
Override. Gets a value indicating whether the RemoteDataSourceView object supports the retrieval of the total number of data rows, instead of the data. This property is set to TRUE.
|
| CanSort |
|
Override. Gets a value indicating whether the RemoteDataSourceView object supports a sorted view on the underlying data source. This property is set to TRUE.
|
| CanUpdate |
|
Override. Gets a value indicating whether the RemoteDataSourceView object supports the ExecuteUpdate operation. This property is set to TRUE.
|
| TableRequestInfo |
|
Gets the underlying TableRequestInfo object that is used to specify additional parameters for querying the data of the table associated with the current RemoteDataSourceView object.
|
| TableSchema |
|
Gets the SchemaDataTable object (representation of the schema) for the data table associated with the current RemoteDataSourceView object.
|
| ViewName |
|
Gets the name of the current View, which is equal to the name of the data table associated with the current RemoteDataSourceView object.
|
Instance Methods
| constructor |
|---|
|
Creates a new instance of the RemoteDataSourceView class, initializes it with the ViewName (name of the data table) and associates it with a particular RemoteDataSource.
|
| ExecuteDelete protected |
|
Performs a delete operation on the data table associated with the current RemoteDataSourceView.
|
| ExecuteInsert protected |
|
Performs an insert operation on the data table associated with the current RemoteDataSourceView.
|
| ExecuteSelect protected |
|
Fills the data table associated with the current RemoteDataSourceView with data and returns the selected rows as System.Data.DataView.
|
| ExecuteUpdate protected |
|
Performs an update operation on the data table associated with the current RemoteDataSourceView.
|
See Also
- Lists
- Data Abstract for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects SDK for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects Script for .NET: Namespaces — Classes
- Data Abstract shared: Data Types – File Types
- other editions:
- Data Abstract for Xcode: Protocols — Classes — Enums — Implements
- Data Abstract for Delphi: Interfaces — Classes — Enums — Aliases — Implements
- Data Abstract for Java: Namespaces — Interfaces — Classes — Enums — Implements
- Data Abstract for JavaScript: Objects
- Data Abstract for .NET: Namespaces — Interfaces — Classes — Enums — Implements

Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode
