ComponentOne DataObjects for .NET
ClauseSelect Property

C1.Data.2 Assembly > C1.Data Namespace > GenerateSqlEventArgs Class : ClauseSelect 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 ClauseSelect As System.String
public System.string ClauseSelect {get;}
See Also

Reference

GenerateSqlEventArgs Class
GenerateSqlEventArgs Members