[Missing <summary> documentation for "P:DatabaseObjects.SQL.SQLConditionInSelect.NotInSelect"]

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

Syntax

C#
public bool NotInSelect { get; set; }
Visual Basic
Public Property NotInSelect As Boolean
	Get
	Set
Visual C++
public:
property bool NotInSelect {
	bool get ();
	void set (bool value);
}

See Also