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