C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / SupportColumnExpression Method

In This Topic
SupportColumnExpression Method (C1CommandBase)
In This Topic
Virtual method to check whether or not selectStatement can be executed directly on the server used by this command, considering the selected column expressions.
Syntax
'Declaration
 
Protected Overridable Function SupportColumnExpression( _
   ByVal selectStatement As SelectStatement _
) As Boolean
 

Parameters

selectStatement

Return Value

A boolean indicating if the selectStatement clause can be executed directly on the server.
See Also