Class IgnoreAttribute
Specifies that the field or property should be ignored by Linq
Inherited Members
Namespace: Cassandra.Data.Linq
Assembly: Cassandra.dll
Syntax
[Obsolete("Linq attributes are deprecated, use mapping attributes defined in Cassandra.Mapping.Attributes instead.")]
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class IgnoreAttribute : Attribute