Name | Description | |
---|---|---|
OracleNumberMappingCollection Constructor | Overloaded. |
The following tables list the members exposed by OracleNumberMappingCollection.
Name | Description | |
---|---|---|
OracleNumberMappingCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the collection. | |
Item | Gets or sets OracleNumberMapping object at the specified index in the collection. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds an OracleNumberMapping object to the collection. | |
AddRange | Overloaded. Adds OracleNumberMapping objects from the specified values parameter. | |
Clear | Removes all objects from the collection. | |
Clone | Creates a new OracleNumberMappingCollection object that is a copy of the current instance. | |
Contains | Indicates whether the collection contains the specified OracleNumberMapping object. | |
Equals | Overloaded. Indicates whether the current OracleNumberMapping instance is equal to the one passed as the other parameter. | |
GetEnumerator | Returns an enumerator for the OracleNumberMappingCollection. | |
GetHashCode | Gets the hash code of the current OracleNumberMappingCollection object. | |
GetMappedType | This method allows you to test your number mapping configuration and see what type will be used for the specified precision and scale values. | |
IndexOf | Gets the location of the OracleNumberMapping object in the collection. | |
Insert | Inserts the specified OracleNumberMapping object into the collection at the specified index. | |
Parse | Parses a string representation of an OracleNumberMappingCollection and returns OracleNumberMappingCollection instance. | |
Remove | Removes the specified OracleNumberMapping object from the collection. | |
RemoveAt | Removes a OracleNumberMapping object at the specified index from the collection. | |
ToString | Returns the OracleNumberMapping object as the string representation. | |
TryParse | Parses a string representation of an OracleNumberMappingCollection and returns OracleNumberMappingCollection instance as an out parameter. |