DbFunctionAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DbFunctionAttribute() |
Initializes a new instance of the DbFunctionAttribute class. |
DbFunctionAttribute(String, String) |
Initializes a new instance of the DbFunctionAttribute class. |
DbFunctionAttribute()
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
Initializes a new instance of the DbFunctionAttribute class.
public DbFunctionAttribute ();
Public Sub New ()
Applies to
DbFunctionAttribute(String, String)
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
Initializes a new instance of the DbFunctionAttribute class.
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)
Parameters
- functionNamename
- String
The name of the function in the database.
- schema
- String
The schema of the function in the database.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework