sapatag

Results 4 comments of sapatag

Azt szeretnénk kérdezni, hogy lesz-e bármilyen lehetőség arra, hogy a NAV rendszeréből hiteles számlát lehessen készíteni. Sok nagy rendszer képes lenne szabályos XML állományt küldeni, de nem képes számlaíró programként...

Views: Vita 1.x has IsView in the Entity attribute and vdbtool scripted the db views. NoColumn: Exactly. I use them as "Transient" regardles of their type. E.g.: [Entity(...)] public interface...

My solution for NoColumn: private void BuildEntityMembers() { foreach (var entInfo in Model.Entities) { bool isTable = entInfo.Kind == EntityKind.Table; var props = entInfo.EntityType.GetAllProperties(); EntityMemberInfo member; foreach (var prop in...

Thanks for NoColumn! About views: they are very usefull in complex databases servicing rapidly changing busines requirements.