Click or drag to resize

DataManagerImplCreateIndex Method

Namespace:  Unvired.Kernel.UWP.Database
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void CreateIndex(
	string indexName,
	string structureName,
	List<string> fieldNames
)

Parameters

indexName
Type: SystemString
structureName
Type: SystemString
fieldNames
Type: System.Collections.GenericListString
See Also