Click or drag to resize

MapTPocoExplicitColumns Method

Specifies that when mapping, we should only map columns that are explicitly defined here. Use the Column method to define columns.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Map<TPoco> ExplicitColumns()

Return Value

Type: MapTPoco
See Also