Interface IClassMapper
Assembly: DapperExtensions.StrongName.dll
Syntax
public interface IClassMapper
Properties
|
Improve this Doc
View Source
EntityType
Declaration
Property Value
Type |
Description |
System.Type |
|
|
Improve this Doc
View Source
Properties
Declaration
IList<IPropertyMap> Properties { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<IPropertyMap> |
|
|
Improve this Doc
View Source
SchemaName
Declaration
string SchemaName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TableName
Declaration
string TableName { get; }
Property Value
Type |
Description |
System.String |
|