EmitFieldTypeAttribute constructor

namespace: Serenity.Data   assemblySerenity.Net.Services

Declares that the field generated for this template property should be of type specified.

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

Remarks

Creates an instance of FieldTypeAttribute attribute

See Also