ITableMapping::SourceTable Property

 

Gets or sets the case-sensitive name of the source table.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

property String^ SourceTable {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The case-sensitive name of the source table.

.NET Framework
Available since 1.1
Return to top
Show: