IRelationalModelAnnotations.FindDbFunction(MethodInfo) Yöntem

Tanım

Verilen MethodInfoile temsil edilen yöntemine eşlenen bir IDbFunction bulur.

public Microsoft.EntityFrameworkCore.Metadata.IDbFunction FindDbFunction (System.Reflection.MethodInfo method);
abstract member FindDbFunction : System.Reflection.MethodInfo -> Microsoft.EntityFrameworkCore.Metadata.IDbFunction
Public Function FindDbFunction (method As MethodInfo) As IDbFunction

Parametreler

method
MethodInfo

MethodInfo işlevine eşlenen yöntemi için.

Döndürülenler

IDbFunction veya null yöntemi eşlenmemişse.

Şunlara uygulanır