ado.net - How to get schema of our table without filling its DataTable before calling NewRow method? -


I know that before adding a new row to a DataTable, I should have a table schema before calling the NewRow method. ..

But as you know, placing a schema of a table means to fill the datatable with DB records. This means connecting with DB and getting records.

Do you have any schema without any choice?

  set debo.uppers  

above The query only retrieves the table schema.


Comments

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -