Westwind.Utilities.Data
| Type Name | Description |
|---|---|
| Used to parse a connection string or connection string name into a the base connection string and dbProvider. If a connection string is passed that's just used. If a ConnectionString entry name is… | |
| Base Data Access Layer (DAL) for ADO.NET SQL operations. Provides easy, single method operations to retrieve DataReader, DataTable, DataSet and Entities, perform non-query operations, call stored… | |
| Extends the DataTable to provide access to DynamicDataRow data. | |
| This class provides an easy way to use object.property syntax with a DataReader by wrapping a DataReader into a dynamic object. The class also automatically fixes up DbNull values (null into .NET and… | |
| This class provides an easy way to turn a DataRow into a Dynamic object that supports direct property access to the DataRow fields. The class also automatically fixes up DbNull values (null into .NET… | |
| Helper class that extends a DataRow collection to be exposed as individual objects | |
| Sql Server specific implementation of the DataAccessBase class to provide an easy to use Data Access Layer (DAL) with single line operations for most data retrieval and non-query operations. | |
Assembly: Westwind.Utilities.Data.dll
