Dela via


StringValueGenerator.Next(EntityEntry) Method

Definition

Gets a value to be assigned to a property.

public override string Next (Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry entry);
override this.Next : Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry -> string
Public Overrides Function Next (entry As EntityEntry) As String

Parameters

entry
EntityEntry

Returns

The value to be assigned to a property.

Applies to