[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.SupportColumnExpression

SupportColumnExpression Method

SupportColumnExpression(SelectStatement)

Virtual method to check whether or not selectStatement can be executed directly on the server used by this command, considering the selected column expressions.

Declaration
protected virtual bool SupportColumnExpression(SelectStatement selectStatement)
Parameters
Type Name Description
SelectStatement selectStatement
Returns
Type Description
bool

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