Skip to content

DefaultRowTypeRegistry.ByConnectionKey method

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