Aracılığıyla paylaş


FluentApiCodeFragment.From(MethodCallCodeFragment) Yöntem

Tanım

Mevcut bir yöntem çağrısından yeni bir fluent API yöntemi çağrısı oluşturur.

public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? From(Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? call);
static member From : Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
Public Shared Function From (call As MethodCallCodeFragment) As FluentApiCodeFragment

Parametreler

call
MethodCallCodeFragment

Mevcut yöntem çağrısı.

Döndürülenler

Yeni fluent API yöntemi çağrısı.

Şunlara uygulanır