By Stephen Trembath
version 1.8.5.0. is up now. The changes are generally relatively minor since the last release – just a few methods which we’ve needed for iTOK.
- Change Touch() method builder in BizBloxBuilder to use Enum column names rather than indexes
- Add new constructor to DataObject(Guid id, Boolean load) which allows loading from an ID in one line of code.
- Fix validation unit test: if Food.cs is updated by Builder, do not overwrite validation
- Add option AddOrderAttribute To DataContract Info in BizBlox Builder.
- addWhereLikeConcatenatedColumns method to SqlBuilder as a lightweight alternative to the existing SearchBuilder method
- addTriStateAndWhere method to SqlBuilder to add built-in TriState filtering on a column.
- GetPrimaryKeyIDs() method added to DOCollection, to allow retrieving primary keys without loading objects.
version 1.8.5.0. is up now. The changes are generally relatively minor since the last release – just a few methods which we’ve needed for iTOK.
- Change Touch() method builder in BizBloxBuilder to use Enum column names rather than indexes- Add new constructor to DataObject(Guid id, Boolean load) which allows loading from an ID in one line of code.
- Fix validation unit test: if Food.cs is updated by Builder, do not overwrite validation
- Add option AddOrderAttribute To DataContract Info in BizBlox Builder.
- addWhereLikeConcatenatedColumns method to SqlBuilder as a lightweight alternative to the existing SearchBuilder method
- addTriStateAndWhere method to SqlBuilder to add built-in TriState filtering on a column.
- GetPrimaryKeyIDs() method added to DOCollection, to allow retrieving primary keys without loading objects.
Advertisement
Like this:
Be the first to like this post.
Filed under: pixolut