MapTPocoExplicitColumns Method |
Specifies that when mapping, we should only map columns that are explicitly defined here. Use the Column method
to define columns.
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public Map<TPoco> ExplicitColumns()
Return Value
Type:
MapTPocoSee Also