{CompanyName} FlexyGo

EditController..::..GetComboDataView Method

Gets the combo data.

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetComboDataView(
	string ObjectName,
	string ViewName,
	string DisplayField,
	string Value,
	int Page,
	string PageSize,
	string AdditionalWhere,
	string SQLFilter,
	string CnnString
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetComboDataView ( _
	ObjectName As String, _
	ViewName As String, _
	DisplayField As String, _
	Value As String, _
	Page As Integer, _
	PageSize As String, _
	AdditionalWhere As String, _
	SQLFilter As String, _
	CnnString As String _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.
ViewName
Type: String
Name of the view with the sql sentence.
DisplayField
Type: String
The display field.
Value
Type: String
The value.
Page
Type: Int32
The page.
PageSize
Type: String
The page size.
AdditionalWhere
Type: String
The additional where.
SQLFilter
Type: String
The SQL filter.
CnnString
Type: String
The connection string.

Return Value

ActionResult.