예제 #1
0
 /// <summary>
 /// Will register Dapper TypeHandlers
 /// </summary>
 public static void RegisterDapperTypeHandlers()
 {
     TypeHandlerRegistration.RegisterTypeHandlers();
 }
예제 #2
0
 static SqlBuilderExtensions()
 {
     TypeHandlerRegistration.RegisterTypeHandlers();
 }