Class RadioButtonsSql
- Namespace
- SunamoUnderscore
- Assembly
- SunamoUnderscore.dll
Represents the state of SQL database radio button selections. Used by IDatabasesConnections to determine which database to connect to. Must be a class (not enum) because IDatabasesConnections is static in _ and cannot have type arguments.
public class RadioButtonsSql
- Inheritance
-
RadioButtonsSql
- Inherited Members
- Extension Methods
Properties
IsCmd
Indicates whether the command-line database mode is selected.
public bool IsCmd { get; set; }
Property Value
IsSunamoCz
Indicates whether the SunamoCz database is selected.
public bool IsSunamoCz { get; set; }
Property Value
IsSunamoNet
Indicates whether the SunamoNet database is selected.
public bool IsSunamoNet { get; set; }
Property Value
IsWeBelieve
Indicates whether the WeBelieve database is selected.
public bool IsWeBelieve { get; set; }