MapperFirstOrDefault Method | 
| Name | Description | |
|---|---|---|
| FirstOrDefaultT(Cql) | 
            Gets the first T from Cassandra using the CQL statement specified.  Will return the default value of T if
            no records are found.
              | |
| FirstOrDefaultT(String, Object) | 
            Gets the first T from Cassandra using the CQL statement and parameter values specified.  Will return the
            default value of T is no records are found.
              |