CodeTroopers
Results
2
comments of
CodeTroopers
I have this problem when i call a table valued function that return these entities : ``` public class Location { [Column("IDX_PARENT")] public int ParentId { get; set; } public...
@amb-jarek Thank you for the hook, it works perfectly. For those who want to apply the hook only for debugging on android device just add the following condition on the...