- <%: Html.RadioButtonFor(svm => svm.DatabaseOptions, true, new { id = "builtin" })%>
-
-
-
- <%: Html.RadioButtonFor(svm => svm.DatabaseOptions, false, new { id = "sql" })%>
-
-
-
- <%: Html.EditorFor(svm => svm.DatabaseConnectionString)%>
- <%: T("Example:") %>
<%: T("Data Source=sqlServerName;Initial Catalog=dbName;Persist Security Info=True;User ID=userName;Password=password") %>
-
-
-
- <%: Html.EditorFor(svm => svm.DatabaseTablePrefix)%>
-
-
-