DefaultTypeMap Constructor |
Creates default type map
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DefaultTypeMap(
Type type
)
Public Sub New (
type As Type
)
public:
DefaultTypeMap(
Type^ type
)
new :
type : Type -> DefaultTypeMap
Parameters
- type
- Type: SystemType
Entity type
See Also