Westwind.Utilities.Data

Type NameDescription
 ConnectionStringInfo ClassUsed 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…
 DataAccessBase ClassBase 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…
 DataTableDynamicExtensions ClassExtends the DataTable to provide access to DynamicDataRow data.
 DynamicDataReader ClassThis 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…
 DynamicDataRow ClassThis 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…
 DynamicDataRows ClassHelper class that extends a DataRow collection to be exposed as individual objects
 SqlDataAccess ClassSql 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.
 SqlUtils Class

Assembly: Westwind.Utilities.Data.dll