GenericClassField<TValue>.ValueType property

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets the type of the value.

public override Type ValueType { get; }

Property Value

The type of the value.

See Also