RelationalPropertyExtensions.GetIsFixedLengthConfigurationSource 方法

定義

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

參數

property
IConventionProperty

屬性。

傳回

IsFixedLength(IReadOnlyProperty)ConfigurationSource

適用於