RelationalPropertyExtensions.GetColumnBaseName Method
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
GetColumnBaseName(IProperty) |
Returns the base name of the column to which the property would be mapped. |
GetColumnBaseName(IReadOnlyProperty) |
Obsolete.
Returns the base name of the column to which the property would be mapped. |
GetColumnBaseName(IProperty)
Returns the base name of the column to which the property would be mapped.
public static string GetColumnBaseName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetColumnBaseName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetColumnBaseName (property As IProperty) As String
Parameters
- property
- IProperty
The property.
Returns
The the base name of the column to which the property would be mapped.
Applies to
GetColumnBaseName(IReadOnlyProperty)
Caution
Use GetColumnName
Returns the base name of the column to which the property would be mapped.
public static string GetColumnBaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
[System.Obsolete("Use GetColumnName")]
public static string GetColumnBaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetColumnBaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
[<System.Obsolete("Use GetColumnName")>]
static member GetColumnBaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetColumnBaseName (property As IReadOnlyProperty) As String
Parameters
- property
- IReadOnlyProperty
The property.
Returns
The base name of the column to which the property would be mapped.
- Attributes
Applies to
Entity Framework