BusinessLogicParameterCollection.Contains Method (String)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Indicates whether the parameter with the specified name exists in the collection.

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

Syntax

'Declaration
Public Function Contains ( _
    parameterName As String _
) As Boolean
'Usage
Dim instance As BusinessLogicParameterCollection 
Dim parameterName As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(parameterName)
public bool Contains(
    string parameterName
)
public:
virtual bool Contains(
    String^ parameterName
) sealed
abstract Contains : 
        parameterName:string -> bool  
override Contains : 
        parameterName:string -> bool
public final function Contains(
    parameterName : String
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the parameter is in the collection; otherwise, false.

Implements

IDataParameterCollection.Contains(String)

See Also

Reference

BusinessLogicParameterCollection Class

Contains Overload

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace