Using NObject Object Property

In NObject O/R Mapping persistence layer, every property of object has two types: strong-type and type-less. Strong-type property is intuitionist while type-less provides some additional functions.

The name of Strong-type property adopts the alias of database field. Alias can be edited in CodeAuto. Normally alias is same as the physics name, but if field's physics name contains space or dot ".", it will automatically be replaced by underline "_". Users can also alter field's alias in CodeAuto.

The name of type-less property is the name of strong-type with a "_" in the front.

 

Related Topics

Using NObject Object
Strong-type Property
Type-Less Property