requiresParent Method (RuntimeColumn)
In This Topic
Returns a value that indicates whether the column 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