Click or drag to resize
LLBLGenProDataSourceViewBase Methods

The LLBLGenProDataSourceViewBase type exposes the following members.

Methods
  NameDescription
Public methodCanExecute
Determines whether the specified command can be executed.
(Inherited from DataSourceView.)
Protected methodCompareSelectParameters
Compares the select parameters with the cached versions. If the current select parameters are different, Refresh is set to true.
Protected methodConvertValueToDestinationType
Converts the passed in sourcevalue to the destination type. Used when converting field values in forms and parameter values in filters.
Protected methodCreateStateDataObject
Creates the state data object.
Public methodDelete
Performs an asynchronous delete operation on the list of data that the DataSourceView object represents.
(Inherited from DataSourceView.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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
Performs a delete operation on the list of data that the DataSourceView object represents.
(Inherited from DataSourceView.)
Protected methodExecuteInsert
Performs an insert operation on the list of data that the DataSourceView object represents.
(Inherited from DataSourceView.)
Protected methodExecuteSelect
Gets a list of data from the underlying data storage.
(Inherited from DataSourceView.)
Protected methodExecuteUpdate
Performs an update operation on the list of data that the DataSourceView object represents.
(Inherited from DataSourceView.)
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.)
Protected methodGetDataContainerTypeInstance
Gets the data container type instance.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetParameterValues
Gets the parameter values from the parameters and the current context and stores them into the destination dictionary.
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.)
Public methodLoadState
Loads the state for this object from the object passed in (which is an object array)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMergeDictionaries
Merges the dictionaries passed in. This is done to merge a parametercollection with a set of values. If a value is both in source and in parameters, the value in parameters is picked. If the value is only in source, or in parameters, the value is selected.
Protected methodOnDataSourceViewChanged
Raises the DataSourceViewChanged event.
(Inherited from DataSourceView.)
Protected methodProduceSortExpressionFromString(IEntityFields, String)
Produces the sort expression from a string expression provided by ASP.NET
Protected methodProduceSortExpressionFromString(IEntityFields2, String)
Produces the sort expression from a string expression provided by ASP.NET
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 methodSaveState
When implemented by a class, saves the changes to a server control's view state to an Object.
Public methodSelect
Gets a list of data asynchronously from the underlying data storage.
(Inherited from DataSourceView.)
Protected methodSetDataContainer
Sets the datacontainer object
Protected methodSetEntityValues
Sets the entity values.
Protected methodSetFilter
Sets the filter.
Protected methodSetPrefetchPath
Sets the prefetch path.
Protected methodSetRelationCollection
Sets the relation collection.
Protected methodSetUnitOfWork
Sets the unit of work.
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
See Also