Mapper.Fetch<T> Method (String,Object[]) |
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.0.0.0
Syntax public IEnumerable<T> Fetch<T>(
string cql,
params Object[] args
)
Parameters
- cql
- Type: System.String
- args
- Type:System.Object[]
Type Parameters
- T
Return Value
Type:
IEnumerable<T>Implements
ICqlQueryClient.Fetch<T>(String,Object[])See Also