TableAttribute Class | 
Note: This API is now obsolete.
Namespace: Cassandra.Data.Linq
[ObsoleteAttribute("Linq attributes are deprecated, use mapping attributes defined in Cassandra.Mapping.Attributes instead.")] public sealed class TableAttribute : Attribute
The TableAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| TableAttribute | 
            Specifies table information for a given class
              | |
| TableAttribute(String, Boolean) | 
            Specifies table information for a given class
              | 
| Name | Description | |
|---|---|---|
| CaseSensitive | 
            Determines if the table and column names are defined as case sensitive (default to true).
              | |
| Name | 
            Gets or sets the table name in Cassandra
              |