Represents the multistatement 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 sealed class MultistatementTableValuedFunction : TableValuedFunction |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class MultistatementTableValuedFunction _ Inherits TableValuedFunction |
| Visual C++ |
|---|
public ref class MultistatementTableValuedFunction sealed : public TableValuedFunction |
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..::.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..::.MultistatementTableValuedFunction