BusinessLogicParameter Constructor (String, DbType)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Sub New ( _
    parameterName As String, _
    type As DbType _
)
'Usage
Dim parameterName As String
Dim type As DbType

Dim instance As New BusinessLogicParameter(parameterName, _
    type)
public BusinessLogicParameter(
    string parameterName,
    DbType type
)
public:
BusinessLogicParameter(
    String^ parameterName, 
    DbType type
)
new : 
        parameterName:string * 
        type:DbType -> BusinessLogicParameter
public function BusinessLogicParameter(
    parameterName : String, 
    type : DbType
)

Parameters