BusinessLogicParameterCollection.Add Method (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 Function Add ( _
    parameterName As String, _
    type As DbType _
) As Integer
'Usage
Dim instance As BusinessLogicParameterCollection
Dim parameterName As String
Dim type As DbType
Dim returnValue As Integer

returnValue = instance.Add(parameterName, _
    type)
public int Add(
    string parameterName,
    DbType type
)
public:
int Add(
    String^ parameterName, 
    DbType type
)
member Add : 
        parameterName:string * 
        type:DbType -> int 
public function Add(
    parameterName : String, 
    type : DbType
) : int

Parameters

Return Value

Type: System.Int32