ISqlGenerationHelper.GenerateCreateSavepointStatement(String) Method

Definition

Generates an SQL statement which creates a savepoint with the given name.

C#
public string GenerateCreateSavepointStatement (string name);

Parameters

name
String

The name of the savepoint to be created.

Returns

An SQL string to create the savepoint.

Applies to

Product Versions
Entity Framework Core 6.0, 7.0, 8.0, 9.0