Hi
What is the difference between ent.Attributes.Contains("xx") and ent[""] != null . First ones checks field contains data or not, but i am getting error if i use ent[""] != null.
Hi
What is the difference between ent.Attributes.Contains("xx") and ent[""] != null . First ones checks field contains data or not, but i am getting error if i use ent[""] != null.