AJE Components
DataSourceConnection DataLinkType Property AJE Data Asset Engine Help
Gets or sets the Data Link Type as either a Data Connection String or Data Store Raw.

Namespace: AJE.DataAssetEngine
Assembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
Syntax

public DataLinkTypes DataLinkType { get; set; }

Property Value

Type: DataLinkTypes
Remarks

The Data Source Link Type can be specified as a Data Connection String or Raw Data in the Data Store as XML, JSon or CSV.
See Also