|
EntityEditorOptionTEntityList Property |
Namespace: DrawerBackup.CommandLineAssembly: DrawerBackup.CommandLine (in DrawerBackup.CommandLine.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[OptionAttribute('l', "list", HelpText = "List all the entity from the database")]
public bool List { get; set; }
<OptionAttribute("l"C, "list", HelpText := "List all the entity from the database")>
Public Property List As Boolean
Get
Set
public:
[OptionAttribute(L'l', L"list", HelpText = L"List all the entity from the database")]
property bool List {
bool get ();
void set (bool value);
}
[<OptionAttribute('l', "list", HelpText = "List all the entity from the database")>]
member List : bool with get, set
Property Value
Type:
Boolean
See Also