How to Convert Firestore QuerySnapshot to Datatable in C#
up vote
0
down vote
favorite
I'm connecting to Firestore from ASP.NET with the Google.Cloud.Firestore library. Getting back a QuerySnapshot I can loop it and construct a datatable column by column, row by row, but I was wondering if there was a faster way to do this (tried qsnapshot.Cast<DataTable>
but it didn't work).
c# google-cloud-firestore
add a comment |
up vote
0
down vote
favorite
I'm connecting to Firestore from ASP.NET with the Google.Cloud.Firestore library. Getting back a QuerySnapshot I can loop it and construct a datatable column by column, row by row, but I was wondering if there was a faster way to do this (tried qsnapshot.Cast<DataTable>
but it didn't work).
c# google-cloud-firestore
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm connecting to Firestore from ASP.NET with the Google.Cloud.Firestore library. Getting back a QuerySnapshot I can loop it and construct a datatable column by column, row by row, but I was wondering if there was a faster way to do this (tried qsnapshot.Cast<DataTable>
but it didn't work).
c# google-cloud-firestore
I'm connecting to Firestore from ASP.NET with the Google.Cloud.Firestore library. Getting back a QuerySnapshot I can loop it and construct a datatable column by column, row by row, but I was wondering if there was a faster way to do this (tried qsnapshot.Cast<DataTable>
but it didn't work).
c# google-cloud-firestore
c# google-cloud-firestore
asked Nov 10 at 2:28
Jaime
265
265
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53235527%2fhow-to-convert-firestore-querysnapshot-to-datatable-in-c-sharp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown