MigrationsSqlGenerator.TryGetVersion(IModel, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the product version used to generate the current migration. Providers can use this to preserve compatibility with migrations generated using previous versions.
protected virtual bool TryGetVersion (Microsoft.EntityFrameworkCore.Metadata.IModel model, out string version);
protected virtual bool TryGetVersion (Microsoft.EntityFrameworkCore.Metadata.IModel? model, out string? version);
abstract member TryGetVersion : Microsoft.EntityFrameworkCore.Metadata.IModel * string -> bool
override this.TryGetVersion : Microsoft.EntityFrameworkCore.Metadata.IModel * string -> bool
Protected Overridable Function TryGetVersion (model As IModel, ByRef version As String) As Boolean
Parameters
- model
- IModel
The target model.
- version
- String
The version.
Returns
true
if the version could be retrieved.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework