Represents the table valued function in the database structure.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  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

See Also