Class ConversionContext

Inheritance
ConversionContext
Namespace: ETLBox.Helper
Assembly: ETLBox.dll
Syntax
    public class ConversionContext

Constructors

ConversionContext(object, Type, bool, TableColumn, TableDefinition, ConnectionType)

Declaration
    public ConversionContext(object value, Type valueType, bool isNullValue, TableColumn column, TableDefinition definition, ConnectionType connectionType)
Parameters
TypeNameDescription
objectvalue
TypevalueType
boolisNullValue
TableColumncolumn
TableDefinitiondefinition
ConnectionTypeconnectionType

Properties

Column

Declaration
    public TableColumn Column { get; }
Property Value
TypeDescription
TableColumn

ConnectionType

Declaration
    public ConnectionType ConnectionType { get; }
Property Value
TypeDescription
ConnectionType

Definition

Declaration
    public TableDefinition Definition { get; }
Property Value
TypeDescription
TableDefinition

IsNullValue

Declaration
    public bool IsNullValue { get; }
Property Value
TypeDescription
bool

Value

Declaration
    public object Value { get; }
Property Value
TypeDescription
object

ValueType

Declaration
    public Type ValueType { get; }
Property Value
TypeDescription
Type