Click or drag to resize

MappingConfigurationDefine Method (Mappings)

Specifies collections of Mappings specified. Users should sub-class the Mappings class and use the fluent interface there to define mappings for POCOs.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public MappingConfiguration Define(
	params Mappings[] mappings
)

Parameters

mappings
Type: Dse.MappingMappings

Return Value

Type: MappingConfiguration
See Also