[]
        
(Showing Draft Content)

C1.AdoNet.Snowflake.C1SnowflakeCommand.SupportColumnExpression

SupportColumnExpression Method

SupportColumnExpression(SelectStatement)

To check whether or not selectStmt can be executed directly on the Snowflake server considering the selected column expressions.

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

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

Overrides