'DeclarationPublic Overloads Function GetValueOrDefault( _ ByVal defaultValue As System.Boolean _ ) As System.Boolean
'UsageDim instance As VistaDBBoolean Dim defaultValue As System.Boolean Dim value As System.Boolean value = instance.GetValueOrDefault(defaultValue)
public System.bool GetValueOrDefault( System.bool defaultValue )
Parameters
- defaultValue
Return Value
bool