The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbDataAdapter::DefaultSourceTableName Field
.NET Framework (current version)
The default name used by the DataAdapter object for table mappings.
Assembly: System.Data (in System.Data.dll)
"Table" is the default name used by the DataAdapter object for table mappings.
DefaultSourceTableName is when an application adds a table mapping to be used with Fill, but does not specify a DataTable name.
.NET Framework
Available since 1.1
Available since 1.1
Show: