Gets the ID of the record matching location/query
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual int[] GetIDs( string location, string query )
public virtual int[] GetIDs( string location, string query )
Public Overridable Function GetIDs ( location As String, query As String ) As Integer()
Public Overridable Function GetIDs ( location As String, query As String ) As Integer()
public: virtual array<int>^ GetIDs( String^ location, String^ query )
public: virtual array<int>^ GetIDs( String^ location, String^ query )
abstract GetIDs : location : string * query : string -> int[] override GetIDs : location : string * query : string -> int[]
abstract GetIDs : location : string * query : string -> int[] override GetIDs : location : string * query : string -> int[]
Return Value
array<Int32>[]()[][]
2 element array. 1st element is ID of the record (or 0 if not found) and 2nd element is the last used ID in the table.
2 element array. 1st element is ID of the record (or 0 if not found) and 2nd element is the last used ID in the table.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120