Interface IDbSet
Represents a database recordset.
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public interface IDbSet
Properties
Name | Description |
---|---|
DbSession | Gets the database session. |
FromClause | Gets the SQL FROM clause. |
Kind | Gets the data source kind. |
Model | Gets the model of this database recordset. |
QueryStatement | Gets the query statement. |
SequentialQueryStatement | Gets the sequential query statement. |
Methods
Name | Description |
---|---|
ToDataSetAsync(CancellationToken) | Saves this database recordset into DataSet |