Constructor CustomValidatorEntry
| Improve this Doc View SourceCustomValidatorEntry(Func<DataRow, String>, Func<IColumns>)
Initializes a new instance of CustomValidatorEntry.
Declaration
public CustomValidatorEntry(Func<DataRow, string> validate, Func<IColumns> getSourceColumns)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Func<DataRow, System.String> | validate | The delegate to validate. | 
| System.Func<IColumns> | getSourceColumns | The delegate to get source columns. |