Click or drag to resize

IceQueryDataSourceView Class

Inheritance Hierarchy
SystemObject
  System.Web.UIDataSourceView
    PDTec.IceNet.Web.UIIceQueryDataSourceView

Namespace:  PDTec.IceNet.Web.UI
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public class IceQueryDataSourceView : DataSourceView

The IceQueryDataSourceView type exposes the following members.

Constructors
  NameDescription
Public methodIceQueryDataSourceView
Initializes a new instance of the IceQueryDataSourceView class
Top
Properties
  NameDescription
Public propertyCanDelete
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete(IDictionary, IDictionary) operation.
(Inherited from DataSourceView.)
Public propertyCanInsert
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert(IDictionary) operation.
(Inherited from DataSourceView.)
Public propertyCanPage (Overrides DataSourceViewCanPage.)
Public propertyCanRetrieveTotalRowCount (Overrides DataSourceViewCanRetrieveTotalRowCount.)
Public propertyCanSort (Overrides DataSourceViewCanSort.)
Public propertyCanUpdate
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteUpdate(IDictionary, IDictionary, IDictionary) operation.
(Inherited from DataSourceView.)
Protected propertyEvents
Gets a list of event-handler delegates for the data source view.
(Inherited from DataSourceView.)
Public propertyIceNetPage
Public propertyIceNetUserName
Public propertyName
Gets the name of the data source view.
(Inherited from DataSourceView.)
Public propertyParameters
The query parameters. The exact type of the Parameters property depends on the type of the query.
Public propertyQueryData
Public propertyQueryFile
Public propertyRepository
Public propertyResourceName
Top
Methods
  NameDescription
Public methodCanExecute
Determines whether the specified command can be executed.
(Inherited from DataSourceView.)
Public methodDelete
Performs an asynchronous delete operation on the list of data that the DataSourceView object represents.
(Inherited from DataSourceView.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExecuteCommand(String, IDictionary, IDictionary)
Executes the specified command.
(Inherited from DataSourceView.)
Public methodExecuteCommand(String, IDictionary, IDictionary, DataSourceViewOperationCallback)
Executes the specified command.
(Inherited from DataSourceView.)
Protected methodExecuteDelete (Overrides DataSourceViewExecuteDelete(IDictionary, IDictionary).)
Protected methodExecuteInsert
Performs an insert operation on the list of data that the DataSourceView object represents.
(Inherited from DataSourceView.)
Protected methodExecuteSelect (Overrides DataSourceViewExecuteSelect(DataSourceSelectArguments).)
Protected methodExecuteUpdate (Overrides DataSourceViewExecuteUpdate(IDictionary, IDictionary, IDictionary).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert
Performs an asynchronous insert operation on the list of data that the DataSourceView object represents.
(Inherited from DataSourceView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDataSourceViewChanged
Raises the DataSourceViewChanged event.
(Inherited from DataSourceView.)
Protected methodRaiseUnsupportedCapabilityError
Called by the RaiseUnsupportedCapabilitiesError(DataSourceView) method to compare the capabilities requested for an ExecuteSelect(DataSourceSelectArguments) operation against those that the view supports.
(Inherited from DataSourceView.)
Public methodSelect
Gets a list of data asynchronously from the underlying data storage.
(Inherited from DataSourceView.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Performs an asynchronous update operation on the list of data that the DataSourceView object represents.
(Inherited from DataSourceView.)
Top
Events
  NameDescription
Public eventDataSourceViewChanged
Occurs when the data source view has changed.
(Inherited from DataSourceView.)
Top
See Also