Index Constructor (String) |
Create index by one or more field names separated by comma. First field is used first in lookups then when there is multiple matches, field 2 is used and so on.
Namespace:
VelocityDb.Indexing
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public Index(
string fieldNames
)
Public Sub New (
fieldNames As String
)
public:
Index(
String^ fieldNames
)
new :
fieldNames : string -> Index
Parameters
- fieldNames
- Type: SystemString
Field names in lookup order separated by comma.
See Also