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 public Map<TPoco> ExplicitColumns()
Return Value
Type:
MapTPocoSee Also