Click or drag to resize

TableAttribute Class

Note: This API is now obsolete.

Specifies table information for a given class
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dse.Data.LinqTableAttribute

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
[ObsoleteAttribute("Linq attributes are deprecated, use mapping attributes defined in Dse.Mapping.Attributes instead.")]
public sealed class TableAttribute : Attribute

The TableAttribute type exposes the following members.

Constructors
  NameDescription
Public methodTableAttribute
Specifies table information for a given class
Public methodTableAttribute(String, Boolean)
Specifies table information for a given class
Top
Properties
  NameDescription
Public propertyCaseSensitive
Determines if the table and column names are defined as case sensitive (default to true).
Public propertyName
Gets or sets the table name in Cassandra
Top
See Also