DataProviderDataSupportsSessionSchemas Property  | 
 
            Gets a value indicating whether this data provider supports setting session schemas.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "supportsSessionSchemas", EmitDefaultValue = false)]
public bool SupportsSessionSchemas { get; set; }<DataMemberAttribute(Name := "supportsSessionSchemas", EmitDefaultValue := false)>
Public Property SupportsSessionSchemas As Boolean
	Get
	Set
public:
[DataMemberAttribute(Name = L"supportsSessionSchemas", EmitDefaultValue = false)]
property bool SupportsSessionSchemas {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute(Name = "supportsSessionSchemas", EmitDefaultValue = false)>]
member SupportsSessionSchemas : bool with get, set
Property Value
Type: 
Boolean if this data provider supports setting session schemas; otherwise, 
.
            
See Also