RelationalPropertyExtensions.GetColumnNameConfigurationSource 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
GetColumnNameConfigurationSource(IConventionProperty) |
Gets the ConfigurationSource for the column name. |
GetColumnNameConfigurationSource(IConventionProperty, StoreObjectIdentifier) |
Gets the ConfigurationSource for the column name for a particular table-like store object. |
GetColumnNameConfigurationSource(IConventionProperty)
Gets the ConfigurationSource for the column name.
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetColumnNameConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetColumnNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetColumnNameConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)
Parameters
- property
- IConventionProperty
The property.
Returns
The ConfigurationSource for the column name.
Applies to
GetColumnNameConfigurationSource(IConventionProperty, StoreObjectIdentifier)
Gets the ConfigurationSource for the column name for a particular table-like store object.
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetColumnNameConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetColumnNameConfigurationSource (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ConfigurationSource)
Parameters
- property
- IConventionProperty
The property.
- storeObject
- StoreObjectIdentifier
The identifier of the table-like store object containing the column.
Returns
The ConfigurationSource for the column name for a particular table-like store object.
Applies to
Entity Framework