DataValueIsDBNull Method
Indicates whether a value is
DBNull.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ValueIsDBNull(
Object value
)
Public Shared Function ValueIsDBNull (
value As Object
) As Boolean
- value Object
- Value to evaluate.
Boolean if the value is
DBNull; otherwise,
.