Executing Queries
Under Construction
We'll be updating this topic and more information will be available soon.
You can execute queries in a number of ways using the SqlDataAccess class:
- ExecuteReader - DataReader
- Query
- Enumerable Entity lists of type T - Find
- Individual Entity - ExecuteDataTable - DataTable
- ExecuteDataSet - DataSet
- ExecuteStoredProcedureReader - DataReader
- ExecuteStoredProcedureReader
- Enumerable Enties of type T
