Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Just FYI...any collection count will always return the actual count. This is not just specific to the SF BOs, but any collection or array in .NET. The only time that you have to take the zero based logic into account is when dealing with an index...this will always be zero based.
|