DataProviderSupportsSessionSchemas Property |
Gets a value indicating whether this data provider supports session schemas.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
Boolean if this data provider supports session schemas; otherwise,
.
See Also