{CompanyName} FlexyGo

EntityCollection..::..GetPageSQL Method (String, Boolean, String, 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,
	string OrderBy,
	bool UseCollectionProperties
)
Public Function GetPageSQL ( _
	aWhere As String, _
	withDescripts As Boolean, _
	OrderBy As String, _
	UseCollectionProperties As Boolean _
) As String

Parameters

aWhere
Type: String
withDescripts
Type: Boolean
OrderBy
Type: String
UseCollectionProperties
Type: Boolean

Return Value

a DataTable.