EmitFieldTypeAttribute constructor

namespace: Serenity.Data   assemblySerenity.Net.Data

Creates an instance of FieldTypeAttribute attribute

public EmitFieldTypeAttribute(Type fieldType)
parameter description
fieldType Field type to use for this property in generated source.

See Also