Sequence.FindSequence 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.
Overloads
FindSequence(IModel, String, String, String) | |
FindSequence(IMutableModel, String, String, String) |
FindSequence(IModel, String, String, String)
public static Microsoft.EntityFrameworkCore.Metadata.ISequence FindSequence (Microsoft.EntityFrameworkCore.Metadata.IModel model, string annotationPrefix, string name, string schema = default);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IModel * string * string * string -> Microsoft.EntityFrameworkCore.Metadata.ISequence
Public Shared Function FindSequence (model As IModel, annotationPrefix As String, name As String, Optional schema As String = Nothing) As ISequence
Parameters
- model
- IModel
- annotationPrefix
- String
- name
- String
- schema
- String
Returns
Applies to
FindSequence(IMutableModel, String, String, String)
public static Microsoft.EntityFrameworkCore.Metadata.Sequence FindSequence (Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, string annotationPrefix, string name, string schema = default);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * string * string * string -> Microsoft.EntityFrameworkCore.Metadata.Sequence
Public Shared Function FindSequence (model As IMutableModel, annotationPrefix As String, name As String, Optional schema As String = Nothing) As Sequence
Parameters
- model
- IMutableModel
- annotationPrefix
- String
- name
- String
- schema
- String
Returns
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