Gets or sets the where expression.

Namespace:  SubSonic
Assembly:  SubSonic (in SubSonic.dll) Version: 2.1.0.0 (2.1.0)

Syntax

C#
public string WhereExpression { get; set; }
Visual Basic (Declaration)
Public Property WhereExpression As String
Visual C++
public:
property String^ WhereExpression {
	String^ get ();
	void set (String^ value);
}

Field Value

The where expression.

See Also