Re: DataStax .NET Driver - Converting from Row to DataRow

2016-02-24 Thread Arko Provo Mukherjee
Thanks for the link. I have posted the question there. Warm regards Arko On Wed, Feb 24, 2016 at 8:59 PM, Alex Popescu wrote: > Arko, > > Please send your question to the .Net driver mailing list where you'll have > better chances to get an answer: > https://groups.google.com/a/lists.datastax.co

Re: DataStax .NET Driver - Converting from Row to DataRow

2016-02-24 Thread Alex Popescu
Arko, Please send your question to the .Net driver mailing list where you'll have better chances to get an answer: https://groups.google.com/a/lists.datastax.com/forum/#!forum/csharp-driver-user thanks On Wed, Feb 24, 2016 at 6:37 PM, Arko Provo Mukherjee < arkoprovomukher...@gmail.com> wrote:

DataStax .NET Driver - Converting from Row to DataRow

2016-02-24 Thread Arko Provo Mukherjee
Hello, I am trying to play with the Datastax .Net Driver for Cassandra. I understand that the .Fill() method is not implemented in CqlDataAdapter. Hence I was wondering if there is any elegant way to copy a Cassandra Row to a DataRow? I can then construct a DataSet myself. Thanks & regards Arko