IRelationalModel.FindFunction メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたシグネチャを IStoreFunction 持つ を検索します。
public Microsoft.EntityFrameworkCore.Metadata.IStoreFunction FindFunction(string name, string schema, System.Collections.Generic.IReadOnlyList<string> parameters);
public Microsoft.EntityFrameworkCore.Metadata.IStoreFunction? FindFunction(string name, string? schema, System.Collections.Generic.IReadOnlyList<string> parameters);
abstract member FindFunction : string * string * System.Collections.Generic.IReadOnlyList<string> -> Microsoft.EntityFrameworkCore.Metadata.IStoreFunction
Public Function FindFunction (name As String, schema As String, parameters As IReadOnlyList(Of String)) As IStoreFunction
パラメーター
- name
- String
関数の名前です。
- schema
- String
関数のスキーマ。
- parameters
- IReadOnlyList<String>
パラメーター型のリスト。
戻り値
IStoreFunction指定nullした名前の関数が見つからなかった場合は または。