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