Gets or sets the function secure context.

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

Syntax

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

See Also