Open this page in the API Guide

IProviderConnector.AllowSessionSchemas Property

Gets or sets a value indicating whether transforms based on this data connector can change their session schema.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
bool AllowSessionSchemas { get; }

Property Value

Type: Boolean
true if this data connector allows changing session schema; otherwise, false.
See Also