Hello everyone,
Is there any way to check the LASTMOD HIER using c#?
Checking the class DbAttributeInstance I only found this:
DbAttributeInstance.LASTM
I know I can do a CreateCommand + runinpdms call but I was trying to avoid it and write purely in c# code.
Regards