Interface IDapperExtensionsConfiguration
Assembly: DapperExtensions.StrongName.dll
Syntax
public interface IDapperExtensionsConfiguration
Properties
|
Improve this Doc
View Source
DefaultMapper
Declaration
Type DefaultMapper { get; }
Property Value
Type |
Description |
System.Type |
|
|
Improve this Doc
View Source
Dialect
Declaration
ISqlDialect Dialect { get; }
Property Value
|
Improve this Doc
View Source
MappingAssemblies
Declaration
IList<Assembly> MappingAssemblies { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.Reflection.Assembly> |
|
Methods
|
Improve this Doc
View Source
ClearCache()
Declaration
|
Improve this Doc
View Source
GetMap(Type)
Declaration
IClassMapper GetMap(Type entityType)
Parameters
Type |
Name |
Description |
System.Type |
entityType |
|
Returns
|
Improve this Doc
View Source
GetMap<T>()
Declaration
IClassMapper GetMap<T>()
where T : class
Returns
Type Parameters
|
Improve this Doc
View Source
GetNextGuid()
Declaration
Returns
Type |
Description |
System.Guid |
|