using "object Data Source", object not only have properties, but useful methods too..
(i do not want user functions!!)
InnerBoundaries is a public property
=Fields.InnerBoundaries.Count
=> works fine
Boundaries is a public method
=Fields.Boundaries("Inner").Count
=> incorrect usage of Fields object
this would be fine
=Methods.Boundaries("Inner").Count