/// <summary> /// Will register Dapper TypeHandlers /// </summary> public static void RegisterDapperTypeHandlers() { TypeHandlerRegistration.RegisterTypeHandlers(); }
static SqlBuilderExtensions() { TypeHandlerRegistration.RegisterTypeHandlers(); }