The Mapper type exposes the following members.
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) | |
TopSee Also