다음을 통해 공유


DbFunctionAttribute 생성자

정의

오버로드

DbFunctionAttribute()

DbFunctionAttribute 클래스의 새 인스턴스를 초기화합니다.

DbFunctionAttribute(String, String)

DbFunctionAttribute 클래스의 새 인스턴스를 초기화합니다.

DbFunctionAttribute()

DbFunctionAttribute 클래스의 새 인스턴스를 초기화합니다.

public DbFunctionAttribute ();
Public Sub New ()

적용 대상

DbFunctionAttribute(String, String)

DbFunctionAttribute 클래스의 새 인스턴스를 초기화합니다.

public DbFunctionAttribute (string functionName, string schema = default);
public DbFunctionAttribute (string name, string schema = default);
public DbFunctionAttribute (string name, string? schema = default);
new Microsoft.EntityFrameworkCore.DbFunctionAttribute : string * string -> Microsoft.EntityFrameworkCore.DbFunctionAttribute
new Microsoft.EntityFrameworkCore.DbFunctionAttribute : string * string -> Microsoft.EntityFrameworkCore.DbFunctionAttribute
Public Sub New (functionName As String, Optional schema As String = Nothing)
Public Sub New (name As String, Optional schema As String = Nothing)

매개 변수

functionNamename
String

데이터베이스에 있는 함수의 이름입니다.

schema
String

데이터베이스에 있는 함수의 스키마입니다.

적용 대상