RelationalPropertyExtensions.GetCollationConfigurationSource メソッド

定義

列の ConfigurationSource 照合順序の を取得します。

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)

パラメーター

property
IConventionProperty

プロパティ。

戻り値

ConfigurationSource列の照合順序の 。

適用対象