Creates new instance of the MultistatementTableValuedFunction.

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

Syntax

C#
public MultistatementTableValuedFunction(
	string name,
	string text
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	text As String _
)
Visual C++
public:
MultistatementTableValuedFunction(
	String^ name, 
	String^ text
)

Parameters

name
Type: System..::.String
text
Type: System..::.String

See Also