[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberReplaceDBNull(Object, Boolean)
Replaces null with the value provided, ifthe objcet is null, then return the integer i, otherwise return the integer value of the object.
Public methodStatic memberReplaceDBNull(Object, DateTime)
Replaces null with the value provided, ifthe objcet is null, then return the integer i, otherwise return the integer value of the object.
Public methodStatic memberReplaceDBNull(Object, Double)
Replaces null with the value provided, ifthe object is null, then return the string s, otherwise return the integer value of the object.
Public methodStatic memberReplaceDBNull(Object, Int32)
Replaces null with the value provided, ifthe objcet is null, then return the integer i, otherwise return the integer value of the object.
Public methodStatic memberReplaceDBNull(Object, String)
Replaces null with the value provided, ifthe object is null, then return the string s, otherwise return the integer value of the object.

See Also