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
Type | Name | Description |
---|---|---|
object | value | |
System.Type | valueType | |
bool | isNullValue | |
TableColumn | column | |
TableDefinition | definition | |
ConnectionManagerType | connectionType |
Properties
Column
Declaration
public TableColumn Column { get; }
Property Value
Type | Description |
---|---|
TableColumn |
ConnectionType
Declaration
public ConnectionManagerType ConnectionType { get; }
Property Value
Type | Description |
---|---|
ConnectionManagerType |
Definition
Declaration
public TableDefinition Definition { get; }
Property Value
Type | Description |
---|---|
TableDefinition |
IsNullValue
Declaration
public bool IsNullValue { get; }
Property Value
Type | Description |
---|---|
bool |
Value
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
object |
ValueType
Declaration
public Type ValueType { get; }
Property Value
Type | Description |
---|---|
System.Type |