SqlSyncSqlParameterCollection::Item Property (String)
An indexer property that gets the parameter object with the specified name in the collection.
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::SqlParameterThe parameter object with the specified name in the collection.
Show: