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