QueriesDescendent Property |
|
DataPA OpenAnalytics API Reference
Gets a child or descendent query based on the ID provided
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object this[
string ID
] { get; }
Public ReadOnly Property Descendent (
ID As String
) As Object
Get
public:
virtual property Object^ Descendent[String^ ID] {
Object^ get (String^ ID) sealed;
}
function get_Descendent(ID);
Parameters
- ID
- Type: SystemString
Return Value
Type:
ObjectThe child or descendent query based on the ID provided if it exists, else enothing
See Also