TabularProvider Properties

The TabularProvider type exposes the following members.

Properties
  NameDescription
Public propertyComponentDescription
Gets the standard component description.
(Inherited from ComponentBase.)
Public propertyComponentId
Gets the component ID.
(Inherited from ComponentBase.)
Public propertyComponentName
Gets the standard component name.
(Inherited from ComponentBase.)
Public propertyGenericCountExpression
Gets the generic count expression for number of queried records.
(Inherited from RelationalDataProvider.)
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this data provider is using a custom configuration UI.
(Inherited from DataProvider.)
Public propertyIsEnabled
Gets a value indicating whether the component is enabled.
(Inherited from ComponentBase.)
Public propertyLogger
Gets the logger for the module or extension package corresponding to the component.
(Inherited from ComponentBase.)
Public propertyManualAuthentication
Gets a value indicating whether the data provider is expecting no external authentication.
(Inherited from DataProvider.)
Public propertyMaximumParameterValueCount
Gets the maximum number of parameter values the provider is able to support.
(Inherited from DataProvider.)
Public propertyNamedParameterFormat
Gets the named parameter format.
(Overrides DataProviderNamedParameterFormat.)
Public propertyNullReplacementExpression
Gets the NULL replacement expression or if not supported.
(Inherited from RelationalDataProvider.)
Public propertyPackageId
Gets the ID of the extension package to which the component belongs.
(Inherited from ComponentBase.)
Public propertyPropertyDescriptors
Gets the data provider specific property descriptors.
(Inherited from DataProvider.)
Public propertyQueryHints
Gets the query hints that are supported by the current provider.
(Inherited from DataProvider.)
Public propertyStructureDescriptors
Gets the data provider specific descriptors for tabular structure settings.
Public propertySupportedDateTrimGranularities
Gets the supported date trimming functions.
(Overrides RelationalDataProviderSupportedDateTrimGranularities.)
Public propertySupportedStructureTypes
Gets the supported data structures.
(Overrides RelationalDataProviderSupportedStructureTypes.)
Public propertySupportsManualQuery
Gets a value indicating whether this data provider supports manual queries.
(Overrides DataProviderSupportsManualQuery.)
Public propertyUsingProviderData (Inherited from DataProvider.)
Top
See Also