| IQueryRunnerSQL Method |
Reserved for future use.
Namespace:
C2ExplorerServiceStack.Logic.Interfaces
Assembly:
C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax IEnumerable SQL(
string sqlCode
)
Parameters
- sqlCode
- Type: SystemString
The SQL code.
Return Value
Type:
IEnumerableIEnumerable data
See Also