| OptionGetFormOptionssBySql Method |
Namespace:
Dynamicweb.Forms
Assembly:
Dynamicweb.Forms (in Dynamicweb.Forms.dll) Version: 4.0.2
Syntax public static List<Option> GetFormOptionssBySql(
string sql
)
Public Shared Function GetFormOptionssBySql (
sql As String
) As List(Of Option)
Parameters
- sql
- Type: SystemString
Return Value
Type:
ListOptionSee Also