Enum DataSourceKind
Represents the kind of DataSources
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public enum DataSourceKind
Fields
| Name | Description |
|---|---|
| DataSet | DataSet, an in-memory collection of data. |
| DbQuery | Database query. |
| DbTable | Permanent database table. |
| DbTempTable | Temporary database table. |