{CompanyName} FlexyGo

EntityCollection..::..buildSQLViewSentence Method (String, String, List<(Of <(<'PropertyOrder>)>)>)

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,
	List<PropertyOrder> OrderBy
)
Public Function buildSQLViewSentence ( _
	ViewName As String, _
	aWhere As String, _
	OrderBy As List(Of PropertyOrder) _
) As String

Parameters

ViewName
Type: String
DataView Name.
aWhere
Type: String
Optional where sentence.
OrderBy
Type: List<(Of <(<'PropertyOrder>)>)>
Optional order by sentence.

Return Value

DataTable.