Gets or sets the FunctionBase class to which a parameter belongs.

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

Syntax

C#
public FunctionBase Owner { get; internal set; }
Visual Basic (Declaration)
Public Property Owner As FunctionBase
Visual C++
public:
property FunctionBase^ Owner {
	FunctionBase^ get ();
	void set (FunctionBase^ value);
}

See Also