ITableRow dblGetSubjectStoreRow(string inStoreName, string inIDColumnName, DVar inID)
Description
Get a single row from a subject store, where the column name "inIDColumnName
" has the value "inID"
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inStoreName | string | Subject Store name |
inIDColumnName | string | Column name |
inID | DVar | Value under the column name |
Return Type
ITableRow
Comments
Please sign in to leave a comment.