Gets or sets the checked expression.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

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

See Also