SQLConnection.DoSimpleSelect Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD DoSimpleSelect(
cSelect AS STRING
) AS USUAL
public virtual Usual DoSimpleSelect(
string cSelect
)
Request Example
View SourceParameters
- cSelect
- Type: String
Return Value
Type:
UsualSee Also