ComponentOne DataObjects for .NET
ExpressGenerateSqlEventArgs Class Properties

C1.Data.Express.2 Assembly > C1.Data.Express Namespace : ExpressGenerateSqlEventArgs Class

For a list of all members of this type, see ExpressGenerateSqlEventArgs members.

Public Properties
 NameDescription
Public PropertyClauseSelect/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. (Inherited from C1.Data.GenerateSqlEventArgs)
Public PropertyClauseSelect/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. (Inherited from C1.Data.GenerateSqlEventArgs)
Public PropertyClauseSelect/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. (Inherited from C1.Data.GenerateSqlEventArgs)
Public PropertyClauseSelect/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. (Inherited from C1.Data.GenerateSqlEventArgs)
Public PropertyThe IDbCommand object containing the generated SQL SELECT statement. (Inherited from C1.Data.GenerateSqlEventArgs)
Public PropertyFilter conditions used to fill the data set. These are all filter conditions for all table views in the data set. You need to extract the filter conditions for the particular table view from this argument. (Inherited from C1.Data.GenerateSqlEventArgs)
Public PropertySQL statement. The programmer can set this argument in the event code to set or modify the SQL SELECT statement used for fetching data. Alternatively, the programmer can set or modify the Command argument to specify the complete command to be executed. (Inherited from C1.Data.GenerateSqlEventArgs)
Public PropertySuccess or failure status of the operation. In events occurring before operation and allowing to change the status argument, user code can change the status to indicate whether to proceed with the operation, skip or abort it. (Inherited from C1.Data.GenerateSqlEventArgs)
Public PropertyThe table name populated with the SQL SELECT statement.  
Top
See Also

Reference

ExpressGenerateSqlEventArgs Class
C1.Data.Express Namespace
ExpressGenerateSqlEventHandler Delegate