Click or drag to resize

DateTimeExtensionsToOracleDate Method

Overload List
  NameDescription
Public methodStatic memberToOracleDate(DateTime)
Converts the specified DateTime value into a string that PL/SQL interprets as the DateTime value. This method is often used to create text-based sql statements for data tier tests against an Oracle database.
Public methodStatic memberToOracleDate(NullableDateTime)
Converts the specified DateTime value into a string that PL/SQL interprets as the DateTime value. If the nullable type has no value, a string containing the text "null" is returned. This method is often used to create text-based sql statements for data tier tests against an Oracle database.
Top
See Also