[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataCommand.SupportColumnExpression

SupportColumnExpression Method

SupportColumnExpression(SelectStatement)

Checks whether the column expressions of the passed selectStatement can or cannot be executed on the server.

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

A boolean indicating if the passed column expressions can be executed.

Overrides