Table of Contents

Method GetTypeMap

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

GetTypeMap()

Returns a read-only dictionary mapping column names to their DataType values for all columns in this table.

public IReadOnlyDictionary<string, DataType> GetTypeMap()

Returns

IReadOnlyDictionary<string, DataType>

A dictionary of column name → data type.