Create Get/Set methods in CustomFieldDataSource
The CustomField class is very useful, but always requires creating some Get/Set helper methods if I want to use them.
It would be a huge help to see CustomFieldDataSource have a method for GetCustomField(string tableName, int foreignKeyId, string key) and SetCustomField(string tableName, int foreignKeyId, string key, string value).
0
votes
