Perform
Overview
Performs a query definition from your accountSyntax
Perform()
Example
This sample code performs the query definition with the external key "myQueryDef":
var qd = QueryDefinition.Init("myQueryDef");
var status = qd.Perform();
Perform()
This sample code performs the query definition with the external key "myQueryDef":
var qd = QueryDefinition.Init("myQueryDef");
var status = qd.Perform();