IMigrationsIdGenerator.GetName(String) Method

Definition

Gets a migration name based on the given identifier.

public string GetName (string id);
abstract member GetName : string -> string
Public Function GetName (id As String) As String

Parameters

id
String

The migration identifier.

Returns

The migration name.

Applies to