DataEmptyToDBNull Method
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object EmptyToDBNull(
Object value,
bool whiteSpaceIsDBNull = false
)
Public Shared Function EmptyToDBNull (
value As Object,
Optional whiteSpaceIsDBNull As Boolean = false
) As Object
- value Object
- Value to evaluate.
- whiteSpaceIsDBNull Boolean (Optional)
- Indicates whether whitespace is considered DBNull
ObjectObject with the value converted.