Gets or sets the type of ISerializationTypeConverter has to be used for serializing the property this attribute is bound to.
The type of ISerializationTypeConverter has to be used.
For persistent classes containing nullable persistent fields the DTO objects can be generated with nullable DTO field types (this is the default behavior) or using default values instead of the database NULL value. To use these classes with default values the NullableTypeConverter type has to be specified in the WopDtoFieldAttribute attribute as type converter.
Namespace: TechTalk.Genome.Wop
Assembly: TechTalk.Genome.Wop (in TechTalk.Genome.Wop.dll)
Version: 4.2.4.4
Editions: Professional, Community, Evaluation
WopDtoFieldAttribute Class | TechTalk.Genome.Wop Namespace