Click or drag to resize

MappingConfigurationConvertTypesUsing Method

Configures CqlPoco to use the specified type conversion factory when getting type conversion functions for converting between data types in the database and your POCO objects.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public MappingConfiguration ConvertTypesUsing(
	TypeConverter typeConverter
)

Parameters

typeConverter
Type: Dse.Mapping.TypeConversionTypeConverter

Return Value

Type: MappingConfiguration
See Also