ValueOnErrorIsDbNull Property (ErrorInfo)
In This Topic
Gets or sets a boolean property used to set ValueOnError to DbNull (only necessary at design time).
Syntax
'Declaration
Public Property ValueOnErrorIsDbNull As Boolean
public bool ValueOnErrorIsDbNull {get; set;}
See Also