Aracılığıyla paylaş


IStoreStoredProcedure.FindParameter Yöntem

Tanım

Aşırı Yüklemeler

FindParameter(IProperty)

Verilen özelliğe eşlenen parametreyi alır. Verilen özelliğe hiçbir parametre eşlenmediyse döndürür null .

FindParameter(String)

Verilen ada sahip parametresini alır. Döndürülen satır kümesi için belirtilen ada sahip bir parametre tanımlanmadıysa döndürür null .

FindParameter(IProperty)

Verilen özelliğe eşlenen parametreyi alır. Verilen özelliğe hiçbir parametre eşlenmediyse döndürür null .

public Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter? FindParameter (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member FindParameter : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter
Public Function FindParameter (property As IProperty) As IStoreStoredProcedureParameter

Parametreler

property
IProperty

Döndürülenler

Şunlara uygulanır

FindParameter(String)

Verilen ada sahip parametresini alır. Döndürülen satır kümesi için belirtilen ada sahip bir parametre tanımlanmadıysa döndürür null .

public Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter? FindParameter (string name);
abstract member FindParameter : string -> Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter
Public Function FindParameter (name As String) As IStoreStoredProcedureParameter

Parametreler

name
String

Döndürülenler

Şunlara uygulanır