Method Register
| Improve this Doc View SourceRegister<T>()
Registers the column value generator by column data type.
Declaration
public static void Register<T>()
where T : ColumnValueGenerator, new()
Type Parameters
| Name | Description |
|---|---|
| T | Type of ColumnValueGenerator. |