The UserDefinedTypeColumnData<(Of <(<'T>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyBinary
Return serialized representation
(Overrides ColumnData..::..Binary.)
Public propertyCLRType
Get the CLR type name
(Overrides ColumnData..::..CLRType.)
Public propertyString
Get the string format of UDT.
(Overrides ColumnData..::..String.)
Public propertyValue
Get the value This is called from user code Context: we don't know if they will mutate the object
(Overrides ColumnData..::..Value.)
Public propertyValueType
Returns base type of container, i.e. T...
(Overrides ColumnData..::..ValueType.)

See Also