Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.Common.DbBatchCommandCollection Class Referenceabstract

Public Member Functions

IEnumerator< DbBatchCommandGetEnumerator ()
 
void Add (DbBatchCommand item)
 
void Clear ()
 
bool Contains (DbBatchCommand item)
 
void CopyTo (DbBatchCommand[] array, int arrayIndex)
 
bool Remove (DbBatchCommand item)
 
int IndexOf (DbBatchCommand item)
 
void Insert (int index, DbBatchCommand item)
 
void RemoveAt (int index)
 
int IndexOf (T item)
 
void Insert (int index, T item)
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 

Protected Member Functions

DbBatchCommand GetBatchCommand (int index)
 
void SetBatchCommand (int index, DbBatchCommand batchCommand)
 

Properties

int Count [get]
 
bool IsReadOnly [get]
 
DbBatchCommand this[int index] [get, set]
 

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 

Detailed Description

Definition at line 6 of file DbBatchCommandCollection.cs.


The documentation for this class was generated from the following file: