Click or drag to resize
LLBLGenProDataSourceBase Properties

The LLBLGenProDataSourceBase type exposes the following members.

Properties
  NameDescription
Protected propertyAdapter
Gets the browser-specific adapter for the control.
(Inherited from Control.)
Public propertyAllFieldsKeepEmptyStringAsValue
Gets / sets the allFieldsKeepEmptyStringAsValue value. Setting this parameter to true will disable FieldNamesKeepEmptyStringAsValue. Default: false.
Public propertyAllowDuplicates
Gets or sets if the DataSourceControl should allow duplicate instances in the data retrieved. If DataContainerType is set to EntityCollection, this setting is ignored, as entitycollection fetches always filter out duplicates.
Public propertyAppRelativeTemplateSourceDirectory
Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
(Inherited from Control.)
Public propertyASPNetCacheDuration
Gets or sets the duration in minutes the state data is stored in the ASP.NET cache in between page postbacks. Only valid if CacheLocation is set to ASPNetCache.
Public propertyBindingContainer
Gets the control that contains this control's data binding.
(Inherited from Control.)
Public propertyCacheLocation
Gets or sets the location where to store loaded data. Default is Viewstate.
Protected propertyChildControlsCreated
Gets a value that indicates whether the server control's child controls have been created.
(Inherited from Control.)
Public propertyClientID
Gets the server control identifier generated by ASP.NET.
(Inherited from DataSourceControl.)
Public propertyClientIDMode
This property is not used for data source controls.
(Inherited from DataSourceControl.)
Protected propertyClientIDSeparator
Gets a character value representing the separator character used in the ClientID property.
(Inherited from Control.)
Protected propertyContext
Gets the HttpContext object associated with the server control for the current Web request.
(Inherited from Control.)
Public propertyControls
Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
(Inherited from DataSourceControl.)
Public propertyDataContainerType
Gets or sets the type of the data container which contains the data inside this datasource control.
Public propertyDataItemContainer
Gets a reference to the naming container if the naming container implements IDataItemContainer.
(Inherited from Control.)
Public propertyDataKeysContainer
Gets a reference to the naming container if the naming container implements IDataKeysControl.
(Inherited from Control.)
Protected propertyDesignMode
Gets a value indicating whether a control is being used on a design surface.
(Inherited from Control.)
Public propertyEnablePaging
Gets or sets whether Paging is enabled on this control. Default is false. If you're using paging in a bound control, be sure to set this property to true so the LLBLGenProDataSourceControl will perform server-side paging instead of loading everything in memory and leave the paging to the bound control.
Public propertyEnableTheming
Gets a value indicating whether this control supports themes.
(Inherited from DataSourceControl.)
Public propertyEnableViewState
Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
(Inherited from Control.)
Protected propertyEvents
Gets a list of event handler delegates for the control. This property is read-only.
(Inherited from Control.)
Public propertyFieldNamesKeepEmptyStringAsValue
Gets / sets the list of fieldnames for which "" is a valid value and which shouldn't be converted to null.
Public propertyGroupByToUse
Gets or sets the GroupByCollection to use. Only valid if DataContainerType is set to TypedList or TypedView
Protected propertyHasChildViewState
Gets a value indicating whether the current server control's child controls have any saved view-state settings.
(Inherited from Control.)
Public propertyID
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from Control.)
Protected propertyIdSeparator
Gets the character used to separate control identifiers.
(Inherited from Control.)
Protected propertyIgnoreNullValuedSelectParameters
Gets or sets a value indicating whether select parameters which have the value null should be ignored (true) or not (false, default)
Public propertyInsertParameters
Parameters which are used to construct a PredicateExpression for live filtering. Hook up control properties or other parameters with the datasource so the datasource can filter based on values in other controls.
Protected propertyIsChildControlStateCleared
Gets a value indicating whether controls contained within this control have control state.
(Inherited from Control.)
Protected propertyIsTrackingViewState
Gets a value that indicates whether the server control is saving changes to its view state.
(Inherited from Control.)
Protected propertyIsViewStateEnabled
Gets a value indicating whether view state is enabled for this control.
(Inherited from Control.)
Public propertyLivePersistence
Gets or sets the value for LivePersistence, a flag which is used to determine whether fetches for data changes on the data (insert/update/delete) have to be propagated to the database directly (true) or have to be added to a UnitOfWork object (false). Default is true.
Protected propertyLoadViewStateByID
Gets a value indicating whether the control participates in loading its view state by ID instead of index.
(Inherited from Control.)
Public propertyMaxNumberOfItemsToReturn
Gets or sets the maximum number of items to return. Is ignored if EnablePaging is specified.
Public propertyNamingContainer
Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value.
(Inherited from Control.)
Public propertyPage
Gets a reference to the Page instance that contains the server control.
(Inherited from Control.)
Public propertyParent
Gets a reference to the server control's parent control in the page control hierarchy.
(Inherited from Control.)
Public propertyRenderingCompatibility
Gets a value that specifies the ASP.NET version that rendered HTML will be compatible with.
(Inherited from Control.)
Public propertySelectParameters
Parameters which are used to construct a PredicateExpression for live filtering. Hook up control properties or other parameters with the datasource so the datasource can filter based on values in other controls.
Public propertySite
Gets information about the container that hosts the current control when rendered on a design surface.
(Inherited from Control.)
Public propertySkinID
Gets the skin to apply to the DataSourceControl control.
(Inherited from DataSourceControl.)
Public propertySorterToUse
Gets or sets the SortExpression to use.
Public propertySortingMode
Gets / sets the sortingmode.
Public propertyTemplateControl
Gets or sets a reference to the template that contains this control.
(Inherited from Control.)
Public propertyTemplateSourceDirectory
Gets the virtual directory of the Page or UserControl that contains the current server control.
(Inherited from Control.)
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 propertyTotalRowCount
Gets the total row count for the last query executed. Only valid if the query is a paging query and the datasource is ordered to obtain the total row count by the bound control.
Public propertyUniqueID
Gets the unique, hierarchically qualified identifier for the server control.
(Inherited from Control.)
Public propertyUpdateParameters
Parameters which are used to construct a PredicateExpression for live filtering. Hook up control properties or other parameters with the datasource so the datasource can filter based on values in other controls.
Public propertyValidateRequestMode
Gets or sets a value that indicates whether the control checks client input from the browser for potentially dangerous values.
(Inherited from Control.)
Protected propertyViewState
Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page.
(Inherited from Control.)
Protected propertyViewStateIgnoresCase
Gets a value that indicates whether the StateBag object is case-insensitive.
(Inherited from Control.)
Public propertyViewStateMode
Gets or sets the view-state mode of this control.
(Inherited from Control.)
Public propertyVisible
Gets or sets a value indicating whether the control is visually displayed.
(Inherited from DataSourceControl.)
Top
Explicit Interface Implementations
See Also