Gets or sets the where expression.
Namespace:
SubSonicAssembly: 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); } |