DateFormat
This property specifies the date format for Oracle Date type as a string.
                  
Declaration
// C#
public string DateFormat {get; set;}Property Value
The date format for Oracle Date type as a string
                  
Exceptions
ObjectDisposedException - The object is already disposed.
                  
Remarks
The default value is the NLS_DATE_FORMAT setting of the local computer.