CatFactory.SqlServer icon indicating copy to clipboard operation
CatFactory.SqlServer copied to clipboard

Add extension methods to retrieve Database Type Map

Open hherzl opened this issue 2 years ago • 0 comments

Add the following extension methods to retrieve Database type map:

  1. GetByDatabaseType(this IEnumerable<DatabaseTypeMap> sequence, string databaseType)
  2. GettByClrType(this IEnumerable<DatabaseTypeMap> sequence, Type type)

hherzl avatar May 01 '23 22:05 hherzl