Select Method (String, IEnumerable, String, String, Object[])

HttpServer.dll

Selects the specified property name.

Namespace:  HttpServer.Helpers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Select(
	string propertyName,
	IEnumerable items,
	string idColumn,
	string titleColumn,
	params Object[] options
)
Visual Basic (Declaration)
Public Function Select ( _
	propertyName As String, _
	items As IEnumerable, _
	idColumn As String, _
	titleColumn As String, _
	ParamArray options As Object() _
) As String
Visual C++
public:
String^ Select(
	String^ propertyName, 
	IEnumerable^ items, 
	String^ idColumn, 
	String^ titleColumn, 
	... array<Object^>^ options
)

Parameters

propertyName
Type: System..::.String
Name of the property.
items
Type: System.Collections..::.IEnumerable
The items.
idColumn
Type: System..::.String
The id column.
titleColumn
Type: System..::.String
The title column.
options
Type: array< System..::.Object >[]()[]
The options.

Return Value

[Missing <returns> documentation for M:HttpServer.Helpers.ObjectForm.Select(System.String,System.Collections.IEnumerable,System.String,System.String,System.Object[])]

See Also