I have a property `public object FIELD_VALUE { get; set; }` which maps to a DB column FIELD_NAME which is of type sql_variant not null. That column gets ignored when the insert or update statement is generated. Works fine in select statements.