예제 #1
0
 protected void AddValidationError(string message)
 {
     ValidationContext.AddValidationError(message, $"DataSource: '{Source}'");
 }