Gets the ID of the record matching location/query
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual int[] GetIDs( string location, string query )
Public Overridable Function GetIDs ( _ location As String, _ query As String _ ) As Integer()
public: virtual array<int>^ GetIDs( String^ location, String^ query )
Parameters
- location (String)
- Record 'location' field
- query (String)
- Record 'query' field
Return Value
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.