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.grate.
Summary
Executes grate with the given configured settings.
Syntax
public static void Grate(this ICakeContext context, GrateSettings settings)
Examples
Grate(new GrateSettings()
{
ConnectionString = "Server=(local);Database=mydatabase;Trusted_Connection=True;TrustServerCertificate=true;"
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
GrateSettings |
The settings. |
Return Value