14.7.2.2 OracleString(string, bool)
This constructor creates a new instance of the OracleString structure and sets its value using a string and specifies if case is ignored in comparison.
                  
Declaration
// C# public OracleString(string data, bool isCaseIgnored);
Parameters
- 
                        dataA string value. 
- 
                        isCaseIgnoredSpecifies if case is ignored in comparison. Specifies trueif case is to be ignored; otherwise, specifiesfalse.