Enum SystemMethods
The well-known system methods
Namespace: FluentMigrator
Assembly: FluentMigrator.Abstractions.dll
Syntax
public enum SystemMethods
Fields
Name | Description |
---|---|
CurrentDateTime | The function to get the current timestamp |
CurrentDateTimeOffset | The function to get the current timestamp with time zone |
CurrentUTCDateTime | The function to get the current UTC timestamp |
CurrentUser | The function to get the current user |
NewGuid | The function to create a new GUID |
NewSequentialId | The function to create a new sequential GUID |