asp.net.ph

DataSourceView Class

System.Web.UI Namespace


.NET Framework version 2.0

Serves as the base class for all data source view classes, which define the capabilities of data source controls.

DataSourceView Class Members

Collapse   Properties

Visibility Name Value Type Accessibility
public CanDelete Boolean [ Get ]
public CanInsert Boolean [ Get ]
public CanPage Boolean [ Get ]
public CanRetrieveTotalRowCount Boolean [ Get ]
public CanSort Boolean [ Get ]
public CanUpdate Boolean [ Get ]
public Name String [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public CanExecute ( String commandName ) Boolean
public Delete ( IDictionary keys , IDictionary oldValues , DataSourceViewOperationCallback callback ) Void
protected ExecuteCommand ( String commandName , IDictionary keys , IDictionary values ) Int32
public ExecuteCommand ( String commandName , IDictionary keys , IDictionary values , DataSourceViewOperationCallback callback ) Void
protected ExecuteDelete ( IDictionary keys , IDictionary oldValues ) Int32
protected ExecuteInsert ( IDictionary values ) Int32
protected ExecuteUpdate ( IDictionary keys , IDictionary values , IDictionary oldValues ) Int32
public Insert ( IDictionary values , DataSourceViewOperationCallback callback ) Void
protected OnDataSourceViewChanged ( EventArgs e ) Void
public Select ( DataSourceSelectArguments arguments , DataSourceViewSelectCallback callback ) Void
public Update ( IDictionary keys , IDictionary values , IDictionary oldValues , DataSourceViewOperationCallback callback ) Void

Collapse   Events

Multicast Name Type
multicast DataSourceViewChanged EventHandler
Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph