Method GetNullable
GetNullable(PropertyInfo)
Returns whether property is nullable (for example byte?).
public static bool GetNullable(PropertyInfo p)
Parameters
p
PropertyInfoProperty info.
Returns
- bool
true
if property is nullable,false
otherwise.