DataConnectorDataAllowSessionSchemas Property

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

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "allowSessionSchemas", EmitDefaultValue = false)]
public bool AllowSessionSchemas { get; set; }

Property Value

Type: Boolean
if this data connector allows changing session schema; otherwise, .
Exceptions
ExceptionCondition
InvalidSchemaExceptionThe provider has not been set or provider does not support setting a session schema.
See Also