Creates new instance of the InParameter class.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: 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
- defaultValue
- Type: System..::.String