| 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.MappingAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic Map<TPoco> ExplicitColumns()
Return Value
Type: 
MapTPoco
See Also