Saturday, February 1, 2014

Untyped dataset param not accepting typed dataset in c#

Yes you are correct but i am taking number of rows and datatable also from the function. Please tell me how can i implement the below function.


int ExecuteDataAdapterDataTableWithParams<T>(IDbCommand podbCommand, ref T pdtDataTable) where T : DataTable;

No comments:

Post a Comment