RelationalStrings.OptionalDependentWithDependentWithoutIdentifyingProperty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體類型 '{entityType}' 是選擇性的相依專案,使用資料表共用並包含其他相依專案,而不需要任何非共用屬性即可識別實體是否存在。 如果資料庫中所有可為 Null 的屬性都包含 Null 值,則不會在查詢中建立物件實例,導致巢狀相依的值遺失。 新增必要屬性,以建立具有其他屬性 Null 值的實例,或將傳入導覽標示為一律建立實例的必要專案。
public static string OptionalDependentWithDependentWithoutIdentifyingProperty (object? entityType);
static member OptionalDependentWithDependentWithoutIdentifyingProperty : obj -> string
Public Shared Function OptionalDependentWithDependentWithoutIdentifyingProperty (entityType As Object) As String
參數
- entityType
- Object