Method GetNullable
GetNullable(PropertyInfo)
Returns whether property is nullable (for example byte?).
public static bool GetNullable(PropertyInfo p)
Parameters
pPropertyInfoProperty info.
Returns
- bool
trueif property is nullable,falseotherwise.