All Tags »
SmartObject »
Required Parameters (RSS)
Sorry, but there are no more tags available to filter with.
-
Henk:
I use the following Syntax:
SELECT [Position], PrincipalFROM [DirectorsBoard.getCompanyDirectors]WHERE (CompanyID = @CompanyID)
You'll have to do something like this when there are required parameters:SOCommand cmd = new ...