Click or drag to resize
LLBLGenProDataSourceViewBase Properties

The LLBLGenProDataSourceViewBase type exposes the following members.

Properties
  NameDescription
Public propertyAllFieldsKeepEmptyStringAsValue
Gets / sets the allFieldsKeepEmptyStringAsValue value. Setting this parameter to true will disable FieldNamesKeepEmptyStringAsValue. Default: false.
Public propertyCanDelete
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete(IDictionary, IDictionary) operation.
(Overrides DataSourceViewCanDelete.)
Public propertyCanInsert
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert(IDictionary) operation.
(Overrides DataSourceViewCanInsert.)
Public propertyCanPage
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports paging through the data retrieved by the ExecuteSelect(DataSourceSelectArguments) method.
(Overrides DataSourceViewCanPage.)
Public propertyCanRetrieveTotalRowCount
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports retrieving the total number of data rows, instead of the data.
(Overrides DataSourceViewCanRetrieveTotalRowCount.)
Public propertyCanSort
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports a sorted view on the underlying data source.
(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.
(Overrides DataSourceViewCanUpdate.)
Protected propertyDataContainerTypeName
Gets or sets the name of the data container type, or the type which is required to re-instantiate the datacontainer instance.
Protected propertyEvents
Gets a list of event-handler delegates for the data source view.
(Inherited from DataSourceView.)
Public propertyFieldNamesKeepEmptyStringAsValue
Gets / sets the list of fieldnames for which "" has to be converted to null/Nothing
Public propertyInsertParameters
Gets the insert parameters.
Public propertyIsTrackingViewState
When implemented by a class, gets a value indicating whether a server control is tracking its view state changes.
Public propertyName
Gets the name of the data source view.
(Inherited from DataSourceView.)
Protected propertyPageNumber
Gets or sets the page number.
Protected propertyPageSize
Gets or sets the size of the page.
Public propertyRefetch
Gets or sets a value indicating whether refetching of data should be performed
Public propertySelectParameters
Gets or sets the select parameters.
Protected propertySortExpression
Gets or sets the sort expression.
Public propertySortingMode
Gets / sets the sortingmode.
Protected propertySuppressChangedEvent
Gets or sets a value indicating whether [surpress changed event].
Public propertyThrowExceptionOnIllegalFieldInput
Gets or sets the flag which signals this datasource control when setting fields to new values it should throw an exception if one or more field values in the input are illegal and can't be converted to the field's .NET type.
Public propertyUpdateParameters
Gets the update parameters.
Top
See Also