CreateDatabaseSettings Class

Summary

Settings object for creation of databases See spec from https://docs.microsoft.com/en-us/sql/t-sql/statements/create-database-sql-server-transact-sql#the-model-database-and-creating-new-databases
Assembly
Cake.SqlServer.dll
Namespace
Cake.SqlServer
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CreateDatabaseSettings"] class Type type-node

Syntax

public sealed class CreateDatabaseSettings

Constructors

Properties

Name Value Summary
LogFile CreateDatabaseFileSpec
File Spec for transaction log file
PrimaryFile CreateDatabaseFileSpec
File Spec for Primary database file.

Methods

Name Value Summary
WithLogFile(string) CreateDatabaseSettings
Builder method to set up path to log file.
WithPrimaryFile(string) CreateDatabaseSettings
Builder method to set up path for primary file.

Extension Methods

Name Value Summary
Dump<CreateDatabaseSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<CreateDatabaseSettings>(CreateDatabaseSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<CreateDatabaseSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<CreateDatabaseSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<CreateDatabaseSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<CreateDatabaseSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin