Property IndexName
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
IndexName
Gets or sets the name of the underlying index used for the full-text index.
public string IndexName { get; set; }
Property Value
Remarks
Some databases (like SQL Server) require a unique key index to create a full-text index. This property references that underlying index.