ComponentOne DataObjects for .NET
ClauseWhere Property

C1.Data.2 Assembly > C1.Data Namespace > GenerateSqlEventArgs Class : ClauseWhere Property
ClauseSelect/ClauseFrom/ClauseWhere/ClauseOrderBy are read-only properties that are available in AfterGenerateSql event (not available in BeforeGenerateSql). They contain corresponding parts of the automatically generated SQL SELECT statement (the complete statement is available in the Sql property). They can be used to modify/compose a statement, for example, to add TOP n or another clause after the SELECT clause.
Syntax
'Declaration
 
Public ReadOnly Property ClauseWhere As System.String
public System.string ClauseWhere {get;}
See Also

Reference

GenerateSqlEventArgs Class
GenerateSqlEventArgs Members