ImportSubjectArgscLinks Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a list of link id's used to join the table to it's parent table.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cLinks { get; set; }
Public Property cLinks As String
Get
Set
public:
virtual property String^ cLinks {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cLinks();
function set_cLinks(value);
Property Value
Type:
StringA property that contains a list of link id's used to join the table to it's parent table.
Return Value
Type:
StringA property that contains a list of link id's used to join the table to it's parent table.
Remarks This property is a CHR(1) delimitedlist of link id's used to join the table to it's parent table. For freeform subjects the first entry will be blank. For other subject types it will always be blank.
See Also