ImportSubjectArgscParents Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a list for parent tables of the tables used in the subject.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cParents { get; set; }
Public Property cParents As String
Get
Set
public:
virtual property String^ cParents {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cParents();
function set_cParents(value);
Property Value
Type:
StringA property that contains a list for parent tables of the tables used in the subject.
Return Value
Type:
StringA property that contains a list for parent tables of the tables used in the subject.
Remarks This property is a CHR(1) delimited list of parent tables of the tables used in a freeform query. For freeform subjects the first entry will be blank. For other subject types it will always be blank.
See Also