Determines whether the query is created from the data source query string or user created.
Syntax
'Declaration
Public Property QueryCreated As Boolean
public bool QueryCreated {get; set;}
Property Value
True if created from the data source SQL query string;
False if user created.
See Also