DataTableMapping::SourceTable Property
.NET Framework (current version)
Gets or sets the case-sensitive source table name from a data source.
Assembly: System.Data (in System.Data.dll)
public: property String^ SourceTable { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Implements
ITableMapping::SourceTableThe following example creates a DataTableMapping object and sets some of its properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: