DataProviderSupportsSessionSchemas Property |
Gets a value indicating whether this data provider supports session schemas.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public virtual bool SupportsSessionSchemas { get; }
Public Overridable ReadOnly Property SupportsSessionSchemas As Boolean
Get
public:
virtual property bool SupportsSessionSchemas {
bool get ();
}
abstract SupportsSessionSchemas : bool with get
override SupportsSessionSchemas : bool with get
Property Value
Type:
Boolean if this data provider supports session schemas; otherwise,
.
See Also