Click or drag to resize

ColumnMapWithName Method

Tells the mapper to use the column name specified when mapping the property/field.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public ColumnMap WithName(
	string columnName
)

Parameters

columnName
Type: SystemString

Return Value

Type: ColumnMap
See Also