Click or drag to resize
MappingConfigurationDefine Method (ITypeDefinition)
Specifies an individual mapping definition. Usually used along with the MapTPoco class which allows you to define mappings with a fluent interface. Will throw if a mapping has already been defined for a given POCO Type.

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public MappingConfiguration Define(
	params ITypeDefinition[] maps
)

Parameters

maps
Type: Dse.MappingITypeDefinition

Return Value

Type: MappingConfiguration
See Also