共用方式為


RelationalPropertyExtensions.IsUnicode 方法

定義

多載

IsUnicode(IProperty, StoreObjectIdentifier)

取得值,指出 屬性是否可以保存 Unicode 字元。

IsUnicode(IReadOnlyProperty, StoreObjectIdentifier)

取得值,指出 屬性是否可以保存 Unicode 字元。

IsUnicode(IProperty, StoreObjectIdentifier)

來源:
RelationalPropertyExtensions.cs

取得值,指出 屬性是否可以保存 Unicode 字元。

public static bool? IsUnicode (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsUnicode : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsUnicode (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

參數

property
IProperty

屬性。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

Unicode 設定,如果沒有定義,則 null 為 。

適用於

IsUnicode(IReadOnlyProperty, StoreObjectIdentifier)

來源:
RelationalPropertyExtensions.cs
來源:
RelationalPropertyExtensions.cs
來源:
RelationalPropertyExtensions.cs
來源:
RelationalPropertyExtensions.cs

取得值,指出 屬性是否可以保存 Unicode 字元。

public static bool? IsUnicode (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsUnicode : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsUnicode (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

參數

property
IReadOnlyProperty

屬性。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

Unicode 設定,如果沒有定義,則 null 為 。

適用於