Click or drag to resize

FieldPropertiesPropertyName Property

The name to use for the property element in the generated TypedMapper. Normally used where field Key is a .Net reserved word.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string PropertyName { get; }

Property Value

Type: String
The name to use for the property element in the generated TypedMapper. Normally used where field Key is a .Net reserved word.
See Also