| |
ResultCount propertyReturns the number of Database Rows contained in the query. SyntaxC++HRESULT get_ResultCount(LONG* pRetVal) Scripting languagesResultCount = object.ResultCount RemarksThe value of ResultCount is zero before the query is executed. |
Home |