Gets the FunctionBase class to which parameters belong.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public FunctionBase Owner { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Owner As FunctionBase |
Visual C++ |
---|
public: property FunctionBase^ Owner { FunctionBase^ get (); } |