requiresParent Method (RuntimeQuery)
In This Topic
Returns a value that indicates whether the query uses a DateTime operator or other construct that requires derivation from a parent query.
Syntax
'Declaration
Public Function requiresParent() As Boolean
public bool requiresParent()
See Also