SQLConnection.DoSimpleSelect Method (Typed) | |
[Missing <include> target documentation in 'M:XSharp.VO.SDK.SQLConnection.DoSimpleSelect(System.String)'. File: 'Sql.xml' Path: 'doc/SQLConnection.DoSimpleSelect/*']
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
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