DataSets and DataAdapters
-
I'm relatively new to using DataSets and DataAdapters so I have a few questions... Can someone explain to me exactly what the TableMappings property does in a DataAdapter? The MSDN doesn't quite explain it well enough for me. If I have a dataset filled with a subset of data from a given table, can I call fill again on that same dataset to pull in more data from that same table? If so, can I just use the fill function again in the same way with a different command or what? Thanks, Sam.
-
I'm relatively new to using DataSets and DataAdapters so I have a few questions... Can someone explain to me exactly what the TableMappings property does in a DataAdapter? The MSDN doesn't quite explain it well enough for me. If I have a dataset filled with a subset of data from a given table, can I call fill again on that same dataset to pull in more data from that same table? If so, can I just use the fill function again in the same way with a different command or what? Thanks, Sam.
Nevermind... I figured it out.