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