@tsonic/efcore 10.0.33 → 10.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -849,7 +849,7 @@ export interface MemberEntry$instance extends Microsoft_EntityFrameworkCore_Infr
|
|
|
849
849
|
readonly EntityEntry: EntityEntry;
|
|
850
850
|
readonly InternalEntry: IInternalEntry;
|
|
851
851
|
IsModified: boolean;
|
|
852
|
-
readonly Metadata:
|
|
852
|
+
readonly Metadata: IComplexProperty | IPropertyBase;
|
|
853
853
|
Equals(obj: unknown): boolean;
|
|
854
854
|
GetHashCode(): int;
|
|
855
855
|
ToString(): string | undefined;
|