Table of Contents

Property ImportCastGeo

Namespace
YndigoBlue.Velocity.Connections
Assembly
YndigoBlue.Velocity.dll

ImportCastGeo

Gets or sets whether Geospatial types are converted to VarChar before being imported. Performance is much improved if set to true but the size of Well-Known Text geometry columns are limited to the value of VarCharCastSize, which has a maximum size of 32,000 characters. Default is true.

public bool ImportCastGeo { get; set; }

Property Value

bool