-
-
-
-
-
-
+
+
+
+
+
+
+ @if (_connection == "+")
+ {
+
-
- }
-
-
-
-
-
- @if (_results != null)
- {
- @if (_results.Count > 0)
- {
-
-
- @foreach (KeyValuePair kvp in _results.First())
- {
- @kvp.Key |
- }
-
-
- @foreach (KeyValuePair kvp in context)
- {
- @kvp.Value |
- }
-
-
- }
- else
- {
- @Localizer["Return.NoResult"]
- }
-
-
- }
+
+
+
+ @if (_databases != null)
+ {
+
+
+ @if (!_showConnectionString)
+ {
+
+ }
+ else
+ {
+
+ }
+
+ }
+
+
+ @if (!_showConnectionString)
+ {
+ if (_databaseConfigType != null)
+ {
+ @DatabaseConfigComponent
+ }
+ }
+ else
+ {
+
+ }
+
+
+ }
+ else
+ {
+ @if (_connection != "-")
+ {
+
+
+
+ @if (_databases != null)
+ {
+
+ }
+
+
+ @if (!string.IsNullOrEmpty(_tenant))
+ {
+
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @if (_results != null)
+ {
+ @if (_results.Count > 0)
+ {
+
+
+ @foreach (KeyValuePair kvp in _results.First())
+ {
+ @kvp.Key |
+ }
+
+
+ @foreach (KeyValuePair kvp in context)
+ {
+ @kvp.Value |
+ }
+
+
+ }
+ else
+ {
+ @Localizer["Return.NoResult"]
+ }
+
+
+
+ }
+ }
+ }
+