IComplexProperty 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示結構類型的複雜屬性。
public interface IComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty
type IComplexProperty = interface
interface IReadOnlyComplexProperty
interface IReadOnlyPropertyBase
interface IReadOnlyAnnotatable
interface IPropertyBase
interface IAnnotatable
Public Interface IComplexProperty
Implements IPropertyBase, IReadOnlyComplexProperty
- 衍生
- 實作
備註
如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。
屬性
ClrType |
取得這個類似屬性的物件所保留的值型別。 (繼承來源 IReadOnlyPropertyBase) |
ComplexType |
取得相關聯的複雜型別。 |
DeclaringEntityType |
已過時。.
取得此屬性所屬的實體類型。 (繼承來源 IPropertyBase) |
DeclaringType |
取得這個類似屬性的物件所屬的類型。 (繼承來源 IReadOnlyPropertyBase) |
FieldInfo |
FieldInfo取得此屬性類似物件之基礎 CLR 欄位的 。
|
IsCollection |
取得值,指出這個屬性是否代表集合。 (繼承來源 IReadOnlyComplexProperty) |
IsNullable |
取得值,指出這個屬性是否可以包含 |
Item[String] |
取得具有指定名稱的注釋值,如果不存在,則傳 |
Name |
取得這個類似屬性的物件名稱。 (繼承來源 IReadOnlyPropertyBase) |
PropertyInfo |
PropertyInfo取得此屬性類似物件之基礎 CLR 屬性的 。
這適用于陰影屬性,或者如果直接對應至欄位,則 |
Sentinel |
取得 sentinel 值,這個值表示未設定這個屬性。 (繼承來源 IReadOnlyPropertyBase) |
方法
擴充方法
GetCurrentValueComparer(IPropertyBase) |
IComparer<T>取得 ,用於比較追蹤 IUpdateEntry 專案中的值。 |
GetIndex(IPropertyBase) |
取得這個屬性的屬性索引。 |
IsIndexerProperty(IPropertyBase) |
取得值,指出這個 是否為索引子屬性。 索引子屬性是透過實體類別上的索引子存取的屬性。 |