Name | Description | |
---|---|---|
SqlStatementCollection Constructor | Initializes a new instance of the SqlStatementCollection class. |
The following tables list the members exposed by SqlStatementCollection.
Name | Description | |
---|---|---|
SqlStatementCollection Constructor | Initializes a new instance of the SqlStatementCollection class. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets the SqlStatement at the specified index. |
Name | Description | |
---|---|---|
Add | Not used in SqlStatementCollection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Gets a value indicating whether a SqlStatement object exists in the collection. | |
CopyTo | Copies SqlStatement objects from the SqlStatementCollection to the specified array. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
IndexOf | Gets the location in the collection of the SqlStatement object. | |
Insert | Not used in SqlStatementCollection. | |
Remove | Not used in SqlStatementCollection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |