Click or drag to resize
IgnoreAttribute Class
Tells the mapper to ignore mapping this property.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.Mapping.AttributesIgnoreAttribute

Namespace: Cassandra.Mapping.Attributes
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public class IgnoreAttribute : Attribute

The IgnoreAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIgnoreAttribute
Initializes a new instance of the IgnoreAttribute class
Top
See Also