IRowTypeRegistry interface

namespace: Serenity.Data   assemblySerenity.Net.Entity

Abstraction for row type registry.

public interface IRowTypeRegistry

Members

name description
AllRowTypes { get; } Gets all row types.
ByConnectionKey(…) Returns row types by the connection key.

See Also