RelationalPropertyExtensions.GetCollationConfigurationSource Method

Definition

Gets the ConfigurationSource for the column collation.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetCollationConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetCollationConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetCollationConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

Parameters

property
IConventionProperty

The property.

Returns

The ConfigurationSource for the column collation.

Applies to