The SELECT statement where the data is to be copied from. The order of the fields must match the order of fields specified in the Fields property.

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public SQLSelect Source { get; set; }
Visual Basic
Public Property Source As SQLSelect
	Get
	Set
Visual C++
public:
property SQLSelect^ Source {
	SQLSelect^ get ();
	void set (SQLSelect^ value);
}

See Also