OperationExecutor.GetMigrations Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary) |
OperationExecutor.GetMigrations sınıfının yeni bir örneğini başlatır. |
| OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary) |
OperationExecutor.GetMigrations sınıfının yeni bir örneğini başlatır. tarafından
|
OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)
- Kaynak:
- OperationExecutor.cs
- Kaynak:
- OperationExecutor.cs
- Kaynak:
- OperationExecutor.cs
- Kaynak:
- OperationExecutor.cs
- Kaynak:
- OperationExecutor.cs
- Kaynak:
- OperationExecutor.cs
- Kaynak:
- OperationExecutor.cs
OperationExecutor.GetMigrations sınıfının yeni bir örneğini başlatır.
public GetMigrations(Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetMigrations : Microsoft.EntityFrameworkCore.Design.OperationExecutor * Microsoft.EntityFrameworkCore.Design.IOperationResultHandler * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetMigrations
Public Sub New (executor As OperationExecutor, resultHandler As IOperationResultHandler, args As IDictionary)
Parametreler
- executor
- OperationExecutor
İşlem yürütücüsü.
- resultHandler
- IOperationResultHandler
- args
- IDictionary
İşlem bağımsız değişkenleri.
Açıklamalar
tarafından args desteklenen bağımsız değişkenler şunlardır:
contextType
DbContext--Kullanılacak.
connectionString--Veritabanına bağlantı dizesi. Varsayılan olarak veya OnConfiguring(DbContextOptionsBuilder)içinde Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions.AddDbContext belirtilen değeri kullanır.
noConnect--Veritabanına bağlanmayın.
Şunlara uygulanır
OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)
- Kaynak:
- OperationExecutor.cs
- Kaynak:
- OperationExecutor.cs
OperationExecutor.GetMigrations sınıfının yeni bir örneğini başlatır.
tarafından args desteklenen bağımsız değişkenler şunlardır:
contextType
DbContext--Kullanılacak.
public GetMigrations(Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, object resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetMigrations : Microsoft.EntityFrameworkCore.Design.OperationExecutor * obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetMigrations
Public Sub New (executor As OperationExecutor, resultHandler As Object, args As IDictionary)
Parametreler
- executor
- OperationExecutor
İşlem yürütücüsü.
- resultHandler
- Object
- args
- IDictionary
İşlem bağımsız değişkenleri.