Click or drag to resize

TypeSerializerTTypeInfo Property

Gets the type information for which this serializer is valid.

Intended for non-primitive types such as custom types and UDTs. For primitive types, it should return null.

Namespace:  Dse.Serialization
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public virtual IColumnInfo TypeInfo { get; }

Property Value

Type: IColumnInfo
See Also