TableAttribute Class |
Namespace: Dse.Mapping.Attributes
public class TableAttribute : Attribute
The TableAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | TableAttribute |
Specifies the table the POCO maps to.
|
![]() | TableAttribute(String) |
Specifies the table a POCO maps to.
|
Name | Description | |
---|---|---|
![]() | AllowFiltering |
Determines if all the queries generated for this table uses ALLOW FILTERING option
|
![]() | CaseSensitive |
If the table identifiers are case sensitive (defaults to false)
|
![]() | CompactStorage |
Determines if the table is defined with COMPACT STORAGE
|
![]() | ExplicitColumns |
Determines if it should only map properties/fields on the POCO that have a ColumnAttribute |
![]() | Keyspace |
Gets or sets the keyspace name.
Use only if the table you are mapping is in a different keyspace than the current ISession.
|
![]() | Name |
The table name.
|