ITypeDefinition Properties |
The ITypeDefinition type exposes the following members.
Name | Description | |
---|---|---|
AllowFiltering |
Determines that all queries generated for this table can be made allowing server side filtering
| |
CaseSensitive |
Determines if the queries generated using this definition should be case-sensitive
| |
ClusteringKeys |
Gets the clustering key columns of the table.
| |
CompactStorage |
Determines if the table is declared with COMPACT STORAGE
| |
ExplicitColumns |
Whether or not this POCO should only have columns explicitly defined mapped.
| |
KeyspaceName |
The name of the keyspace where the table is defined.
When the keyspace name is not null, the table name for the query generated will be fully qualified (ie: keyspace.tablename)
| |
PartitionKeys |
Gets the partition key columns of the table.
| |
PocoType |
The Type of the POCO.
| |
TableName |
The name of the table to map the POCO to.
|