Map<TPoco> Class |
Namespace: Dse.Mapping
The Map<TPoco> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Map<TPoco> |
Creates a new fluent mapping definition for POCOs of Type TPoco.
|
Name | Description | |
---|---|---|
![]() | CaseSensitive |
Specifies that when generating queries, the table and column names identifiers must be quoted. Defaults to false.
|
![]() | ClusteringKey(Expression<Func<TPoco, Object>>) |
Specifies a Clustering key with unspecified order
|
![]() | ClusteringKey(String[]) |
Specifies the clustering key column names for the table using the order provided.
|
![]() | ClusteringKey(Tuple<String, SortOrder>[]) |
Specifies the Clustering keys with the corresponding clustering order
|
![]() | ClusteringKey(Expression<Func<TPoco, Object>>, SortOrder) |
Specifies a Clustering key with its clustering order
|
![]() | Column<TProp>(Expression<Func<TPoco, TProp>>) |
Sets the mapping for the expression using the default options.
|
![]() | Column<TProp>(Expression<Func<TPoco, TProp>>, Action<ColumnMap>) |
Defines options for mapping the column specified.
|
![]() | CompactStorage |
Specifies that the table is defined as COMPACT STORAGE
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | ExplicitColumns |
Specifies that when mapping, we should only map columns that are explicitly defined here. Use the Column method
to define columns.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | KeyspaceName |
Specifies that when mapping, the table name should include the keyspace.
Use only if the table you are mapping is in a different keyspace than the current ISession.
|
![]() | PartitionKey(Expression<Func<TPoco, Object>>[]) |
Specifies the properties/fields on the POCO whose column names are the partition key for the table.
|
![]() | PartitionKey(String[]) |
Specifies the partition key column names for the table using the order provided.
|
![]() | TableName |
Specifies what table to map the POCO to.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |