Basic class for all functions in the data base structure.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public abstract class FunctionBase : SchemaObject |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class FunctionBase _ Inherits SchemaObject |
| Visual C++ |
|---|
public ref class FunctionBase abstract : public SchemaObject |
Inheritance Hierarchy
System..::.Object
PerpetuumSoft.DataModel.MsSql..::.Element
PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
PerpetuumSoft.DataModel.MsSql..::.SchemaObject
PerpetuumSoft.DataModel.MsSql..::.FunctionBase
PerpetuumSoft.DataModel.MsSql..::.CLRFunctionBase
PerpetuumSoft.DataModel.MsSql..::.TextFunction
PerpetuumSoft.DataModel.MsSql..::.Element
PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
PerpetuumSoft.DataModel.MsSql..::.SchemaObject
PerpetuumSoft.DataModel.MsSql..::.FunctionBase
PerpetuumSoft.DataModel.MsSql..::.CLRFunctionBase
PerpetuumSoft.DataModel.MsSql..::.TextFunction