{CompanyName} FlexyGo

DataManager..::..Command Method

Executes a Command based on a SQL sentence.

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

Syntax


public DbCommand Command(
	string SqlSentence
)
Public Function Command ( _
	SqlSentence As String _
) As DbCommand

Parameters

SqlSentence
Type: String
A SQL sentence.

Return Value

DbCommand.

Exceptions


ExceptionCondition
Exception