Skip to content

Commit

Permalink
Merge pull request #509 from tommarien\fb-468
Browse files Browse the repository at this point in the history
  Changed signature of DescriptionColumnName to virtual
  • Loading branch information
tommarien committed Jul 9, 2014
2 parents a10eb61 + 1b4d385 commit 59abf66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public virtual string UniqueIndexName
get { return "UC_Version"; }
}

public string DescriptionColumnName
public virtual string DescriptionColumnName
{
get { return "Description"; }
}
Expand Down

0 comments on commit 59abf66

Please sign in to comment.