Basic class for functions and stored procedures.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public abstract class TextFunction : FunctionBase |
Visual Basic (Declaration) |
---|
Public MustInherit Class TextFunction _ Inherits FunctionBase |
Visual C++ |
---|
public ref class TextFunction abstract : public FunctionBase |
Inheritance Hierarchy
System..::.Object
PerpetuumSoft.DataModel.MsSql..::.Element
PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
PerpetuumSoft.DataModel.MsSql..::.SchemaObject
PerpetuumSoft.DataModel.MsSql..::.FunctionBase
PerpetuumSoft.DataModel.MsSql..::.TextFunction
PerpetuumSoft.DataModel.MsSql..::.ScalarFunction
PerpetuumSoft.DataModel.MsSql..::.StoredProcedure
PerpetuumSoft.DataModel.MsSql..::.TableValuedFunction
PerpetuumSoft.DataModel.MsSql..::.Element
PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
PerpetuumSoft.DataModel.MsSql..::.SchemaObject
PerpetuumSoft.DataModel.MsSql..::.FunctionBase
PerpetuumSoft.DataModel.MsSql..::.TextFunction
PerpetuumSoft.DataModel.MsSql..::.ScalarFunction
PerpetuumSoft.DataModel.MsSql..::.StoredProcedure
PerpetuumSoft.DataModel.MsSql..::.TableValuedFunction