Public Overloads Function GetQueryDescription( _ ByVal table As Table _ ) As QueryDescription
public QueryDescription GetQueryDescription( Table table )
Parameters
- table
- A given Table or FeatureClass (if it is spatially enabled) that has an associated QueryDescription object.
Return Value
The QueryDescription object associated with table.