Click or drag to resize

SQLColumnTypeConversion Methods

The SQLColumnTypeConversion type exposes the following members.

Methods
  NameDescription
Public methodGetColumnType
Return the new type of the column. To leave the type unchanged, return or null.
Public methodGetColumnValue
Return the new value of the column. To leave the value unchanged, return .
Public methodGetParameterValue
Return the new value of the input parameter. To leave the value unchanged, return .
Top
See Also