PropertyInfo.KeyIsSetFunc

returns true if key property of object is set (similar to IsNullFunc but returns true if non-nullable number is 0.

class PropertyInfo
alias KeyIsSetFunc = bool function(Object)

Meta