{CompanyName} FlexyGo

EntityObject..::..buildSQLViewSentence Method

Builds SQL based on a view name, a where sentence, Paging and orderBy.

Namespace:  FLEXYGO.Objects
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public string buildSQLViewSentence(
	string ViewName,
	string aWhere,
	string OrderBy
)
Public Function buildSQLViewSentence ( _
	ViewName As String, _
	aWhere As String, _
	OrderBy As String _
) As String

Parameters

ViewName
Type: String
DataView Name.
aWhere
Type: String
Optional where sentence.
OrderBy
Type: String
Optional order by sentence.

Return Value

DataTable.