The INullable
interface is used to determine whether or not an ODP.NET type has a NULL value.
// C# public interface INullable
Provider | ODP.NET, Unmanaged Driver | ODP.NET, Managed Driver |
Assembly | Oracle.DataAccess.dll |
Oracle.ManagedDataAccess.dll |
Namespace | Oracle.DataAccess.Types |
Oracle.ManagedDataAccess.Types |
.NET Framework | 3.5, 4.0, 4.5 | 4.0, 4.5 |
All public static methods are thread-safe, although instance methods do not guarantee thread safety.
See Also:
INullable members are listed in the following tables.
INullable Interface Properties
INullable
interface properties are listed in Table 14-139.
INullable
interface properties are listed in Table 14-139.
Table 14-140 INullable Interface Properties
Public Property | Description |
---|---|
Indicates whether or not the ODP.NET type has a |