Tuan Hoang Anh
Tuan Hoang Anh
Hello. I am using PostgreSQL, all tables and columns contain _ Current I have changed ReflectionHelper.cs to ``` string[] entityPropertyNames = propertyName.Split('_'); var entityPropertyName = entityPropertyNames[entityPropertyNames.Length - 1]; IMemberMap propertyMap...
I have same problem too with predicates(Ex : var a = Predicates.Field(x => x.status_cd, Operator.Eq, "1")) Here is error : 'cd was not found for sys_status'
Is there anyway to use route with editor + dartium. I am learning dart web ui with multiple views?