{CompanyName} FlexyGo

DataManager..::..DataSet Method (String)

Obtains a Data Set based on a SQL sentence.

Namespace:  FLEXYGO.Data
Assembly:  flxDataManager (in flxDataManager.dll)

Syntax


public DataSet DataSet(
	string SqlSentence
)
Public Function DataSet ( _
	SqlSentence As String _
) As DataSet

Parameters

SqlSentence
Type: String
A SQL Sentence.

Return Value

DataSet.