SqlSyncSqlParameterCollection::Item Property (String)

An indexer property that gets the parameter object with the specified name in the collection.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

public:
property SqlParameter^ default[String^ parameterName] {
	SqlParameter^ get (String^ parameterName);
}

Parameters

parameterName
Type: System::String
The name of the parameter to retrieve from the collection.

Property Value

Type: System.Data.SqlClient::SqlParameter
The parameter object with the specified name in the collection.
Show: