Creates new instance of the InParameter class.

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

Syntax

C#
public InParameter(
	string name,
	DataType type,
	string defaultValue
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	type As DataType, _
	defaultValue As String _
)
Visual C++
public:
InParameter(
	String^ name, 
	DataType^ type, 
	String^ defaultValue
)

Parameters

name
Type: System..::.String
type
Type: PerpetuumSoft.DataModel.MsSql..::.DataType
defaultValue
Type: System..::.String

See Also