DbParams Methods |
The DbParams type exposes the following members.
Name | Description | |
---|---|---|
Add(IDbDataParameter) | ||
Add(String, Object) | ||
ByName | ||
Clear | ||
Contains | ||
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveAt(Int32) | ||
RemoveAt(String) | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
GroupConcatIDbDataParameter | (Defined by Utils.) |
Name | Description | |
---|---|---|
IListAdd | Adds an item to the IList. | |
IListContains | Determines whether the IList contains a specific value. | |
ICollectionCopyTo | ||
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. | |
IListIndexOf | Determines the index of a specific item in the IList. | |
IListInsert | Inserts an item to the IList at the specified index. | |
IListRemove | Removes the first occurrence of a specific object from the IList. |