{CompanyName} FlexyGo

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

Gets the SQL based on where sentence and order by

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

Syntax


public string GetPageSQL(
	string aWhere,
	bool withDescripts,
	List<PropertyOrder> OrderBy,
	bool UseCollectionProperties
)
Public Function GetPageSQL ( _
	aWhere As String, _
	withDescripts As Boolean, _
	OrderBy As List(Of PropertyOrder), _
	UseCollectionProperties As Boolean _
) As String

Parameters

aWhere
Type: String
withDescripts
Type: Boolean
OrderBy
Type: List<(Of <(<'PropertyOrder>)>)>
UseCollectionProperties
Type: Boolean

Return Value

a DataTable.