User3866881 posted
How can I have to row count of a MetaTable ?
Please kindly correct me if I understand you wrongly……
As far as I see,I think your Meta Table's Row count is just the same of raw table's count,just use SqlCommand+"Select count(*) from xxx" and do execute that……
How can I get the count based on specific filter?
First please filter the result,and then if you are using DynamicField in a GridView,just use GridView.Rows.Count to get what you want……