![]() | DateTimeExtensionsToOracleDate Method |
Name | Description | |
---|---|---|
![]() ![]() | ToOracleDate(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.
|
![]() ![]() | ToOracleDate(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.
|