This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SqlServer.
- Assembly
- Cake
.SqlServer .dll - Namespace
- Cake
.SqlServer - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["LocalDbAliases"]
class Type type-node
Syntax
public static class LocalDbAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Local |
void |
Creates a server instance and starts the server.
static
|
Local |
void |
Creates a server instance and starts the server.
The version number defaults to the version of the SqlLocalDB utility
static
|
Local |
void |
Deletes the LocalDB instance
static
|
LocalDbStartInstance |
void |
Starts the LocalDB instance. Instance must exist before you can start it.
static
|
LocalDbStopInstance |
void |
Stops the LocalDB instance.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|