Hi,
I would like to be able to access the LookupDbType method from SimpleStack.Orm and it seems that it's not possible anymore in the 1.50 pre-release.
internal static DbType LookupDbType(Type type, string name, bool demand, out ITypeHandler handler)
I used to call that method to retrieve dbType and ITypeHandler to generate my CREATE TABLE statements.
Thanks for feedback
Hi,
I would like to be able to access the LookupDbType method from SimpleStack.Orm and it seems that it's not possible anymore in the 1.50 pre-release.
internal static DbType LookupDbType(Type type, string name, bool demand, out ITypeHandler handler)I used to call that method to retrieve dbType and ITypeHandler to generate my CREATE TABLE statements.
Thanks for feedback