NCommandBuilderCollection<T> Class Members
In This Topic
The following tables list the members exposed by NCommandBuilderCollection<T>.
Public Constructors
Public Properties
| Name | Description |
| Count | Gets the number of items in this collection. |
| Item | Overloaded. Gets/Sets the command builder at the given index. |
Top
Public Methods
| Name | Description |
| Add | Adds the given command builder to this collection. |
| AddNoNull | Adds the given command builder to this collection. |
| IndexOf | Returns the index of the command builder with the given name or -1 if such command builder does not exist in this collection. |
| Insert | Inserts the given command builder at the specified index. |
| Remove | Overloaded. Finds a command builder with the given name and if found removes it from this collection and returns true, otherwise the method does nothing and returns false. |
| RemoveAt | Removes the command builder at the given index. |
Top
See Also