







![]() ![]() |
C# Webserver |
ObjectForm..::.Select Method (String, String, String, array<Object>[]()[]) |
ObjectForm Class See Also Send Feedback |
Write a html select tag
Namespace:
HttpServer.Helpers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string Select( string propertyName, string idColumn, string titleColumn, params Object[] options ) |
Visual Basic (Declaration) |
---|
Public Function Select ( _ propertyName As String, _ idColumn As String, _ titleColumn As String, _ ParamArray options As Object() _ ) As String |
Visual C++ |
---|
public: String^ Select( String^ propertyName, String^ idColumn, String^ titleColumn, ... array<Object^>^ options ) |
Parameters
- propertyName
- Type: System..::.String
object property.
- idColumn
- Type: System..::.String
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.String,System.String,System.Object[])]