'Declaration
Public Overridable Function CanHaveNullValue( _ ByVal propertyId As DAPropertyId _ ) As Boolean
'Usage
Dim instance As DAItemPropertyRecord Dim propertyId As DAPropertyId Dim value As Boolean value = instance.CanHaveNullValue(propertyId)
public virtual bool CanHaveNullValue( DAPropertyId propertyId )
public: virtual bool CanHaveNullValue( DAPropertyId^ propertyId )
Parameters
- propertyId
- The ID of the property to be tested.
Return Value
Returns
true
if the property can have a null
value; returns false
otherwise.