The default CQL client implementation which uses the DataStax driver 
ISession provided in the constructor
            for running queries against a Cassandra cluster.
            
Inheritance HierarchySystemObject
  Cassandra.MappingMapper
 
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntaxpublic class Mapper : IMapper, ICqlQueryAsyncClient, 
	ICqlWriteAsyncClient, ICqlQueryClient, ICqlWriteClient
The Mapper type exposes the following members.
Constructors
Methods| 
								 
							 | Name | Description | 
|---|
  | ConvertCqlArgumentTValue, TDatabase |  | 
  | CreateBatch |  | 
  | CreateBatch(BatchType) |  | 
  | DeleteT(Cql) |  | 
  | DeleteT(String, Object) |  | 
  | DeleteT(T, CqlQueryOptions) |  | 
  | DeleteAsyncT(Cql) |  | 
  | DeleteAsyncT(String, Object) |  | 
  | DeleteAsyncT(T, CqlQueryOptions) |  | 
  | DeleteIfT(Cql) |  | 
  | DeleteIfT(String, Object) |  | 
  | DeleteIfAsyncT(Cql) |  | 
  | DeleteIfAsyncT(String, Object) |  | 
  | Execute(Cql) |  | 
  | Execute(ICqlBatch) |  | 
  | Execute(String, Object) |  | 
  | ExecuteAsync(Cql) |  | 
  | ExecuteAsync(ICqlBatch) |  | 
  | ExecuteAsync(String, Object) |  | 
  | ExecuteConditionalT |  | 
  | ExecuteConditionalAsyncT |  | 
  | FetchT(Cql) |  | 
  | FetchT(CqlQueryOptions) |  | 
  | FetchT(String, Object) |  | 
  | FetchAsyncT(Cql) |  | 
  | FetchAsyncT(CqlQueryOptions) |  | 
  | FetchAsyncT(String, Object) |  | 
  | FetchPageT(Cql) |  | 
  | FetchPageT(CqlQueryOptions) |  | 
  | FetchPageT(Int32, Byte, String, Object) |  | 
  | FetchPageAsyncT(Cql) |  | 
  | FetchPageAsyncT(CqlQueryOptions) |  | 
  | FetchPageAsyncT(Int32, Byte, String, Object) |  | 
  | FirstT(Cql) |  | 
  | FirstT(String, Object) |  | 
  | FirstAsyncT(Cql) |  | 
  | FirstAsyncT(String, Object) |  | 
  | FirstOrDefaultT(Cql) |  | 
  | FirstOrDefaultT(String, Object) |  | 
  | FirstOrDefaultAsyncT(Cql) |  | 
  | FirstOrDefaultAsyncT(String, Object) |  | 
  | InsertT(T, CqlQueryOptions) |  | 
  | InsertT(T, Boolean, CqlQueryOptions) |  | 
  | InsertT(T, Boolean, NullableInt32, CqlQueryOptions) |  | 
  | InsertAsyncT(T, CqlQueryOptions) |  | 
  | InsertAsyncT(T, Boolean, CqlQueryOptions) |  | 
  | InsertAsyncT(T, Boolean, NullableInt32, CqlQueryOptions) |  | 
  | InsertIfNotExistsT(T, CqlQueryOptions) |  | 
  | InsertIfNotExistsT(T, Boolean, CqlQueryOptions) |  | 
  | InsertIfNotExistsT(T, Boolean, NullableInt32, CqlQueryOptions) |  | 
  | InsertIfNotExistsAsyncT(T, CqlQueryOptions) |  | 
  | InsertIfNotExistsAsyncT(T, Boolean, CqlQueryOptions) |  | 
  | InsertIfNotExistsAsyncT(T, Boolean, NullableInt32, CqlQueryOptions) |  | 
  | SingleT(Cql) |  | 
  | SingleT(String, Object) |  | 
  | SingleAsyncT(Cql) |  | 
  | SingleAsyncT(String, Object) |  | 
  | SingleOrDefaultT(Cql) |  | 
  | SingleOrDefaultT(String, Object) |  | 
  | SingleOrDefaultAsyncT(Cql) |  | 
  | SingleOrDefaultAsyncT(String, Object) |  | 
  | UpdateT(Cql) |  | 
  | UpdateT(String, Object) |  | 
  | UpdateT(T, CqlQueryOptions) |  | 
  | UpdateAsyncT(Cql) |  | 
  | UpdateAsyncT(String, Object) |  | 
  | UpdateAsyncT(T, CqlQueryOptions) |  | 
  | UpdateIfT(Cql) |  | 
  | UpdateIfT(String, Object) |  | 
  | UpdateIfAsyncT(Cql) |  | 
  | UpdateIfAsyncT(String, Object) |  | 
Top
See AlsoReference
Cassandra.MappingMapper