SupportColumnExpression Method (C1CommandBase)
Virtual method to check whether or not can be executed directly on the server used by this command, considering the selected column expressions.
'Declaration
Protected Overridable Function SupportColumnExpression( _
ByVal As SelectStatement _
) As Boolean
Parameters
- selectStatement
Return Value
A boolean indicating if the clause can be executed directly on the server.