IRowTypeRegistry.ByConnectionKey method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Returns row types by the connection key.

public IEnumerable<Type> ByConnectionKey(string connectionKey)
parameter description
connectionKey The connection key.

Return Value

Row types by the connection key

See Also