Sequence.FindSequence Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- model
- IModel
- annotationPrefix
- String
- name
- String
- schema
- String
Gibt zurück
Gilt für:
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
Parameter
- model
- IMutableModel
- annotationPrefix
- String
- name
- String
- schema
- String
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework