LookupTable Property |
|
DataPA OpenAnalytics API Reference
Gets and set the table this lookup is populated from
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Table { get; set; }
Public Property Table As String
Get
Set
public:
virtual property String^ Table {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Table();
function set_Table(value);
Property Value
Type:
StringThe table this lookup is populated from
Return Value
Type:
StringThe table this lookup is populated from
Remarks See Also