BusinessLogicParameterCollection.Add Method

Definition

Overloads

Add(BusinessLogicParameter)
Add(Object)
Add(String, DbType)
Add(String, Object)
Add(String, DbType, String)

Add(BusinessLogicParameter)

public:
 int Add(Microsoft::SqlServer::Replication::BusinessLogicSupport::BusinessLogicParameter ^ value);
public int Add (Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter value);
override this.Add : Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter -> int
Public Function Add (value As BusinessLogicParameter) As Integer

Parameters

Returns

Applies to

Add(Object)

public:
 override int Add(System::Object ^ value);
public override int Add (object value);
override this.Add : obj -> int
Public Overrides Function Add (value As Object) As Integer

Parameters

value
Object

Returns

Implements

Applies to

Add(String, DbType)

public:
 int Add(System::String ^ parameterName, System::Data::DbType type);
public int Add (string parameterName, System.Data.DbType type);
override this.Add : string * System.Data.DbType -> int
Public Function Add (parameterName As String, type As DbType) As Integer

Parameters

parameterName
String
type
DbType

Returns

Applies to

Add(String, Object)

public:
 int Add(System::String ^ parameterName, System::Object ^ value);
public int Add (string parameterName, object value);
override this.Add : string * obj -> int
Public Function Add (parameterName As String, value As Object) As Integer

Parameters

parameterName
String
value
Object

Returns

Applies to

Add(String, DbType, String)

public:
 int Add(System::String ^ parameterName, System::Data::DbType dbType, System::String ^ sourceColumn);
public int Add (string parameterName, System.Data.DbType dbType, string sourceColumn);
override this.Add : string * System.Data.DbType * string -> int
Public Function Add (parameterName As String, dbType As DbType, sourceColumn As String) As Integer

Parameters

parameterName
String
dbType
DbType
sourceColumn
String

Returns

Applies to