Title here
Summary here
public class ColumnConverter
public ColumnConverter()
public ColumnConverter(string columnName, Func<object, object> conversionFunc)
Type | Name | Description |
---|---|---|
string | columnName | |
Func<object, object> | conversionFunc |
public string ColumnName { get; set; }
Type | Description |
---|---|
string |
public Func<object, object> ConversionFunc { get; set; }
Type | Description |
---|---|
Func<object, object> |