Represents the table valued CLR function in the database structure.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public class TableValuedCLRFunction : CLRFunctionBase
Visual Basic (Declaration)
Public Class TableValuedCLRFunction _
	Inherits CLRFunctionBase
Visual C++
public ref class TableValuedCLRFunction : public CLRFunctionBase

Inheritance Hierarchy

See Also