Represents the table valued function in the database structure.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public abstract class TableValuedFunction : TextFunction |
Visual Basic (Declaration) |
---|
Public MustInherit Class TableValuedFunction _ Inherits TextFunction |
Visual C++ |
---|
public ref class TableValuedFunction abstract : public TextFunction |
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..::.TableValuedFunction
PerpetuumSoft.DataModel.MsSql..::.InlineTableValuedFunction
PerpetuumSoft.DataModel.MsSql..::.MultistatementTableValuedFunction
PerpetuumSoft.DataModel.MsSql..::.Element
PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
PerpetuumSoft.DataModel.MsSql..::.SchemaObject
PerpetuumSoft.DataModel.MsSql..::.FunctionBase
PerpetuumSoft.DataModel.MsSql..::.TextFunction
PerpetuumSoft.DataModel.MsSql..::.TableValuedFunction
PerpetuumSoft.DataModel.MsSql..::.InlineTableValuedFunction
PerpetuumSoft.DataModel.MsSql..::.MultistatementTableValuedFunction