DefaultRowTypeRegistry.AllRowTypes property

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets all row types.

public IEnumerable<Type> AllRowTypes { get; }

Property Value

All row types.

See Also