dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumberMappingCollection Class
Properties Methods

In This Topic
    OracleNumberMappingCollection Class Members
    In This Topic

    The following tables list the members exposed by OracleNumberMappingCollection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the collection.  
    Public PropertyGets or sets OracleNumberMapping object at the specified index in the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an OracleNumberMapping object to the collection.  
    Public MethodOverloaded. Adds OracleNumberMapping objects from the specified values parameter.  
    Public MethodRemoves all objects from the collection.  
    Public MethodCreates a new OracleNumberMappingCollection object that is a copy of the current instance.  
    Public MethodIndicates whether the collection contains the specified OracleNumberMapping object.  
    Public MethodOverloaded. Indicates whether the current OracleNumberMapping instance is equal to the one passed as the other parameter.  
    Public MethodReturns an enumerator for the OracleNumberMappingCollection.  
    Public MethodGets the hash code of the current OracleNumberMappingCollection object.  
    Public MethodThis method allows you to test your number mapping configuration and see what type will be used for the specified precision and scale values.  
    Public MethodGets the location of the OracleNumberMapping object in the collection.  
    Public MethodInserts the specified OracleNumberMapping object into the collection at the specified index.  
    Public Methodstatic (Shared in Visual Basic)Parses a string representation of an OracleNumberMappingCollection and returns OracleNumberMappingCollection instance.  
    Public MethodRemoves the specified OracleNumberMapping object from the collection.  
    Public MethodRemoves a OracleNumberMapping object at the specified index from the collection.  
    Public MethodReturns the OracleNumberMapping object as the string representation.  
    Public Methodstatic (Shared in Visual Basic)Parses a string representation of an OracleNumberMappingCollection and returns OracleNumberMappingCollection instance as an out parameter.  
    Top
    See Also