SqlSyncSqlParameterCollection Class
Represents a collection of SqlParameter objects that can be indexed by the name of the parameter.
System.Object
System.Collections.ObjectModel.Collection(Of SqlParameter)
Microsoft.Synchronization.Data.SqlServer.SqlSyncSqlParameterCollection
System.Collections.ObjectModel.Collection(Of SqlParameter)
Microsoft.Synchronization.Data.SqlServer.SqlSyncSqlParameterCollection
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
The SqlSyncSqlParameterCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SqlSyncSqlParameterCollection | Initializes a new instance of the SqlSyncSqlParameterCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection(Of SqlParameter).) |
![]() | Item(Int32) | (Inherited from Collection(Of SqlParameter).) |
![]() | Item(String) | An indexer property that gets the parameter object with the specified name in the collection. |
![]() | Items | (Inherited from Collection(Of SqlParameter).) |
| Name | Description | |
|---|---|---|
![]() | Add | (Inherited from Collection(Of SqlParameter).) |
![]() | Clear | (Inherited from Collection(Of SqlParameter).) |
![]() | ClearItems | (Inherited from Collection(Of SqlParameter).) |
![]() | Contains | (Inherited from Collection(Of SqlParameter).) |
![]() | CopyTo | (Inherited from Collection(Of SqlParameter).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from Collection(Of SqlParameter).) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf | (Inherited from Collection(Of SqlParameter).) |
![]() | Insert | (Inherited from Collection(Of SqlParameter).) |
![]() | InsertItem | (Inherited from Collection(Of SqlParameter).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | (Inherited from Collection(Of SqlParameter).) |
![]() | RemoveAt | (Inherited from Collection(Of SqlParameter).) |
![]() | RemoveItem | (Inherited from Collection(Of SqlParameter).) |
![]() | SetItem | (Inherited from Collection(Of SqlParameter).) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | IList.Contains | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | ICollection.CopyTo | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | IList.IndexOf | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | IList.Insert | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | IList.IsFixedSize | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | ICollection(Of T).IsReadOnly | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | IList.IsReadOnly | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | IList.Item | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | IList.Remove | (Inherited from Collection(Of SqlParameter).) |
![]() ![]() | ICollection.SyncRoot | (Inherited from Collection(Of SqlParameter).) |
Show:

