You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The relationships also needs to use the injected DataAccessor. See code snippet below:
public RelationshipCol Relationships
{
get
{
return (RelationshipCol) (_relationshipCol
?? (_relationshipCol = ((ClassDef) _classDef).CreateRelationshipCol(_boPropCol, this)));
The text was updated successfully, but these errors were encountered:
Change the following code to use the injected DataAccessor in BusinessObject
The relationships also needs to use the injected DataAccessor. See code snippet below:
public RelationshipCol Relationships
{
get
{
return (RelationshipCol) (_relationshipCol
?? (_relationshipCol = ((ClassDef) _classDef).CreateRelationshipCol(_boPropCol, this)));
The text was updated successfully, but these errors were encountered: