How can you get the ColumnName,DataType ColumnSize, IsKeyColumn,IsAutoIncrement of the table from the dataset?
1.GetSchemaTable method of the DataReader
2.Fill method of data adaptor
3.GetTableDetails method
4.Dataset.GetDataTable()
Answer:1
Posted Date:-2022-02-02 14:10:05