8 public abstract int Count {
get; }
bool Remove(DbBatchCommand item)
void Add(DbBatchCommand item)
void CopyTo(DbBatchCommand[] array, int arrayIndex)
IEnumerator< DbBatchCommand > GetEnumerator()
void Insert(int index, DbBatchCommand item)
DbBatchCommand GetBatchCommand(int index)
bool Contains(DbBatchCommand item)
int IndexOf(DbBatchCommand item)
void SetBatchCommand(int index, DbBatchCommand batchCommand)
new IEnumerator< T > GetEnumerator()