Click or drag to resize

SingleSearchBaseGetQuickSearchItems Method

[Missing <summary> documentation for "M:Cadcorp.WML.GazetteerConnectors.SingleSearchBase.GetQuickSearchItems(System.String,System.Int32,System.Int32,System.Int32)"]

Namespace:  Cadcorp.WML.GazetteerConnectors
Assembly:  Cadcorp.WML.GazetteerConnectors (in Cadcorp.WML.GazetteerConnectors.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual DataSet GetQuickSearchItems(
	string filter,
	int startIndex,
	int endIndex,
	int searchId
)

Parameters

filter
Type: SystemString

[Missing <param name="filter"/> documentation for "M:Cadcorp.WML.GazetteerConnectors.SingleSearchBase.GetQuickSearchItems(System.String,System.Int32,System.Int32,System.Int32)"]

startIndex
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:Cadcorp.WML.GazetteerConnectors.SingleSearchBase.GetQuickSearchItems(System.String,System.Int32,System.Int32,System.Int32)"]

endIndex
Type: SystemInt32

[Missing <param name="endIndex"/> documentation for "M:Cadcorp.WML.GazetteerConnectors.SingleSearchBase.GetQuickSearchItems(System.String,System.Int32,System.Int32,System.Int32)"]

searchId
Type: SystemInt32

[Missing <param name="searchId"/> documentation for "M:Cadcorp.WML.GazetteerConnectors.SingleSearchBase.GetQuickSearchItems(System.String,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: DataSet

[Missing <returns> documentation for "M:Cadcorp.WML.GazetteerConnectors.SingleSearchBase.GetQuickSearchItems(System.String,System.Int32,System.Int32,System.Int32)"]

Implements

IQuickSearchGetQuickSearchItems(String, Int32, Int32, Int32)
See Also