SqlConnection Class
Declaration
export class SqlConnection extends SerializableModel
Inherited Members
Inheritance
SerializableModel
SqlConnection
constructor
Initializes a new instance of the SqlConnection class.
Declaration
constructor(
connectionJSON?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
Parameters
| Name | Type | Description |
|---|---|---|
| connectionJSON | any | |
| serializer | ModelSerializer | An object used for dashboard deserialization. Do not pass this parameter directly. |
Properties
fromAppConfig Property
Declaration
fromAppConfig: ko.Computed<boolean>
Property Value
| Type |
|---|
| Computed<boolean> |
name Property
Declaration
name: ko.Observable<string>
Property Value
| Type |
|---|
| Observable<string> |
Methods
getInfo Method
For internal use.
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns
| Type | Description |
|---|---|
| ISerializationInfoArray | An array of objects that provide serialization info. |