Click or drag to resize
IQueryRunnerSQL Method
Reserved for future use.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IEnumerable SQL(
	string sqlCode
)

Parameters

sqlCode
Type: SystemString
The SQL code.

Return Value

Type: IEnumerable
IEnumerable data
See Also