共用方式為


RelationalPropertyBuilderExtensions.CanSetIsFixedLength 方法

定義

傳回值,指出屬性是否可以設定為固定長度。

public static bool CanSetIsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, bool? fixedLength, bool fromDataAnnotation = false);
static member CanSetIsFixedLength : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * Nullable<bool> * bool -> bool
<Extension()>
Public Function CanSetIsFixedLength (propertyBuilder As IConventionPropertyBuilder, fixedLength As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Boolean

參數

propertyBuilder
IConventionPropertyBuilder

要設定之屬性的產生器。

fixedLength
Nullable<Boolean>

值,指出屬性是否受限於固定長度值。

fromDataAnnotation
Boolean

指出是否使用資料批註來指定組態。

傳回

true 如果屬性可以設定為固定長度,則為 。

備註

如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。

適用於