Table of Contents

Property IndexColumn

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

IndexColumn

Gets or sets the name of the underlying index used for the full-text index.

public string IndexColumn { get; }

Property Value

string

Remarks

Some databases (like SQL Server/Teradata) require a unique key column to create a full-text index. This property references that underlying index.