Click or drag to resize

TableAttributeExplicitColumns Property

Determines if it should only map properties/fields on the POCO that have a ColumnAttribute

Namespace:  Cassandra.Mapping.Attributes
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public bool ExplicitColumns { get; set; }

Property Value

Type: Boolean
See Also