Searches the full-text index with a specified query string and returns all items that still exist in SimpleDB.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
List<PropertyValues> FindAttributes<T>(
	string queryText,
	int resultStartIndex,
	int resultCount,
	string searchProperty,
	params string[] propertyNames
)
Visual Basic
Function FindAttributes(Of T) ( _
	queryText As String, _
	resultStartIndex As Integer, _
	resultCount As Integer, _
	searchProperty As String, _
	ParamArray propertyNames As String() _
) As List(Of PropertyValues)
Visual C++
generic<typename T>
List<PropertyValues^>^ FindAttributes(
	String^ queryText, 
	int resultStartIndex, 
	int resultCount, 
	String^ searchProperty, 
	... array<String^>^ propertyNames
)

Parameters

queryText
Type: System..::..String
resultStartIndex
Type: System..::..Int32
resultCount
Type: System..::..Int32
searchProperty
Type: System..::..String
propertyNames
Type: array<System..::..String>[]()[][]

Type Parameters

T

Return Value

See Also