I would like to use $CustomProperty01[o]$ using Entities
Dim empQr = Query.From("Person").Where(String.Format("CentralAccount = '{0}'",cAcc)).SelectAll()
Dim empRes = Session.Source.GetCollection(Of Person)(empQr, EntityCollectionLoadType.Slim)
For Each emp As Person In empRes
' Value at the moment
emp.CustomProperty01
Next
- Products
- Solutions
- Resources
- Trials
- Support
- Partners
- Communities