Click or drag to resize

IgnoreAttribute Class

Note: This API is now obsolete.

Specifies that the field or property should be ignored by Linq
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.Data.LinqIgnoreAttribute

Namespace:  Cassandra.Data.Linq
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
[ObsoleteAttribute("Linq attributes are deprecated, use mapping attributes defined in Cassandra.Mapping.Attributes instead.")]
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