Title here
Summary here
public class ConversionContext public ConversionContext(object value, Type valueType, bool isNullValue, TableColumn column, TableDefinition definition, ConnectionType connectionType)| Type | Name | Description |
|---|---|---|
| object | value | |
| Type | valueType | |
| bool | isNullValue | |
| TableColumn | column | |
| TableDefinition | definition | |
| ConnectionType | connectionType |
public TableColumn Column { get; }| Type | Description |
|---|---|
| TableColumn |
public ConnectionType ConnectionType { get; }| Type | Description |
|---|---|
| ConnectionType |
public TableDefinition Definition { get; }| Type | Description |
|---|---|
| TableDefinition |
public bool IsNullValue { get; }| Type | Description |
|---|---|
| bool |
public object Value { get; }| Type | Description |
|---|---|
| object |
public Type ValueType { get; }| Type | Description |
|---|---|
| Type |