Class ConversionContext

Inheritance
object
ConversionContext
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.Helper
Assembly: ETLBox.dll
Syntax
    public class ConversionContext

Constructors

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

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

Properties

Column

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

ConnectionType

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

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
System.Type