TableLink Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the link used to join this table to it's parent
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Link { get; set; }
Public Property Link As String
Get
Set
public:
virtual property String^ Link {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Link();
function set_Link(value);
Property Value
Type:
StringThe link used to join this table to it's parent
Return Value
Type:
StringThe link used to join this table to it's parent
Remarks See Also