DataStax Enterprise C# Driver
DataStax Enterprise C# Driver
Namespaces
Dse.Mapping
ICqlQueryClient Interface
ICqlQueryClient Methods
Single Method
Single(T) Method (Cql)
Single(T) Method (String, Object[])
ICqlQueryClient
Single
T
Method (Cql)
Gets a single T from Cassandra using the CQL statement specified. Will throw if no records or more than one record is returned.
Namespace:
Dse.Mapping
Assembly:
Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
Copy
T
Single
<T>(
Cql
cql
)
Parameters
cql
Type:
Dse.Mapping
Cql
Type Parameters
T
Return Value
Type:
T
See Also
Reference
ICqlQueryClient Interface
Single Overload
Dse.Mapping Namespace
DataStax C# Drivers User Mailing List
© 2017 DataStax, All rights reserved.