MySqlBatchCommandCollection class
public sealed class MySqlBatchCommandCollection : IList<MySqlBatchCommand>
Public Members
name | description |
---|---|
Count { get; } | |
IsReadOnly { get; } | |
Item { get; set; } | |
Add(…) | |
Clear() | |
Contains(…) | |
CopyTo(…) | |
GetEnumerator() | |
IndexOf(…) | |
Insert(…) | |
Remove(…) | |
RemoveAt(…) |
See Also
- class MySqlBatchCommand
- namespace MySqlConnector
- assembly MySqlConnector