ComponentOne DataObjects for .NET
FetchEventArgs Class Members
Properties 

C1.Data.2 Assembly > C1.Data Namespace : FetchEventArgs Class

The following tables list the members exposed by FetchEventArgs.

Public Properties
 NameDescription
Public PropertyFor a bound or SQL-based table, the IDbCommand object containing the generated SQL SELECT statement. This argument is null for an unbound table.  
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.  
Public PropertyThe reader object providing the fetched data.  
Public PropertyThe generated SQL SELECT statement.  
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.  
Public PropertyReturns the table collection of the data set being populated.  
Public PropertyThe table view being populated.  
Public PropertyReturns the table views collection of the data set being populated.  
Top
See Also

Reference

FetchEventArgs Class
C1.Data Namespace
Bound, SQL-Based and Unbound Tables
FetchEventHandler Delegate