DefaultRowTypeRegistry.ByConnectionKey method
namespace: Serenity.Data assembly: Serenity.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
- class DefaultRowTypeRegistry