Public Function GetProperty( _ ByVal sqlProperty As SQLProperty _ ) As Boolean
public bool GetProperty( SQLProperty sqlProperty )
Parameters
- sqlProperty
- A constant that specifies the type of SQL boolean property.
Return Value
The boolean value corresponding to sqlProperty.