Returns the associated parent SQLSelect object associated with this table collection. Returns nothing if the object is not assigned to an SQLSelect object.

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

Syntax

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

See Also