Invokes a select COUNT query and returns the NextToken
from SimpleDb.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string SelectCountNextToken( ItemMapping mapping, string selectStatement ) |
| Visual Basic |
|---|
Public Function SelectCountNextToken ( _ mapping As ItemMapping, _ selectStatement As String _ ) As String |
| Visual C++ |
|---|
public: String^ SelectCountNextToken( ItemMapping^ mapping, String^ selectStatement ) |
Parameters
- mapping
- Type: Simol..::..ItemMapping
The item mapping.
- selectStatement
- Type: System..::..String
The select statement.