DataStax Enterprise C# Driver
DataStax Enterprise C# Driver
Namespaces
Dse.Mapping
Mapper Class
Mapper Methods
FirstAsync Method
FirstAsync(T) Method (Cql)
FirstAsync(T) Method (String, Object[])
Mapper
FirstAsync
T
Method (Cql)
Gets the first T from Cassandra using the CQL specified. Will throw if no records are returned.
Namespace:
Dse.Mapping
Assembly:
Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
Copy
public
Task
<T>
FirstAsync
<T>(
Cql
cql
)
Parameters
cql
Type:
Dse.Mapping
Cql
Type Parameters
T
Return Value
Type:
Task
T
Implements
ICqlQueryAsyncClient
FirstAsync
T
(Cql)
See Also
Reference
Mapper Class
FirstAsync Overload
Dse.Mapping Namespace
DataStax C# Drivers User Mailing List
© 2017 DataStax, All rights reserved.