Skip to content

Instantly share code, notes, and snippets.

@donma
Created February 8, 2022 10:14
//Data Count but Slow
//All Table Count
var tableCount= queryMain.DataCount();
Console.WriteLine(tableCount);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment