Table of Contents

Method MapProperty

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

MapProperty(string, string, DataType)

Maps a property to a table column.

public void MapProperty(string propertyPath, string columnName, DataType dataType)

Parameters

propertyPath string

The property to read, relative to the Feature's properties object. Use a dotted path such as contact_info.manager to reach a property of a nested object.

columnName string

The target database column.

dataType DataType

The column's type, used to convert the JSON value.