Namespace Utils.Data
Classes
- DataUtils
Utility class for mapping data from IDataRecord or IDataReader to objects.
- DbCommandExtensions
Provides helper methods to ease parameter creation for IDbCommand instances.
- DbConnectionExtensions
Extension methods for IDbConnection and DbConnection.
- FieldAttribute
Attribute to specify mapping information for fields in data records. Can be used to define a field by its name or index, or both.
- FieldMap
Represents a mapping between a field in a data record and a class member (property or field).
- SqlBuilderInterpolator
Interpolated string handler used to build parameterized SQL statements.
- SqlCommandFactory
Provides factory methods to create SQL commands and compile SQL queries using configured syntax options.
- SqlCommandFactoryExtensions
Provides extension methods to build commands through SqlCommandFactory instances.
Structs
- SqlCommandFactory.CommandInterpolator
Interpolated string handler that builds SQL commands using the factory's syntax options.