CoreStrings.NonNotifyingCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NonNotifyingCollection(Object, Object, Object) |
The collection type being used for navigation '{1_entityType}.{0_navigation}' does not implement 'INotifyCollectionChanged'. Any entity type configured to use the '{changeTrackingStrategy}' change tracking strategy must use collections that implement 'INotifyCollectionChanged'. Consider using 'ObservableCollection<T>' for this. |
NonNotifyingCollection(Object, Object, Object, Object) |
The collection type '{2_collectionType}' being used for navigation '{1_entityType}.{0_navigation}' does not implement 'INotifyCollectionChanged'. Any entity type configured to use the '{changeTrackingStrategy}' change tracking strategy must use collections that implement 'INotifyCollectionChanged'. Consider using 'ObservableCollection<T>' for this. |
NonNotifyingCollection(Object, Object, Object)
The collection type being used for navigation '{1_entityType}.{0_navigation}' does not implement 'INotifyCollectionChanged'. Any entity type configured to use the '{changeTrackingStrategy}' change tracking strategy must use collections that implement 'INotifyCollectionChanged'. Consider using 'ObservableCollection<T>' for this.
public static string NonNotifyingCollection (object navigation, object entityType, object changeTrackingStrategy);
static member NonNotifyingCollection : obj * obj * obj -> string
Public Shared Function NonNotifyingCollection (navigation As Object, entityType As Object, changeTrackingStrategy As Object) As String
Parameters
- navigation
- Object
- entityType
- Object
- changeTrackingStrategy
- Object
Returns
Applies to
NonNotifyingCollection(Object, Object, Object, Object)
The collection type '{2_collectionType}' being used for navigation '{1_entityType}.{0_navigation}' does not implement 'INotifyCollectionChanged'. Any entity type configured to use the '{changeTrackingStrategy}' change tracking strategy must use collections that implement 'INotifyCollectionChanged'. Consider using 'ObservableCollection<T>' for this.
public static string NonNotifyingCollection (object? navigation, object? entityType, object? collectionType, object? changeTrackingStrategy);
static member NonNotifyingCollection : obj * obj * obj * obj -> string
Public Shared Function NonNotifyingCollection (navigation As Object, entityType As Object, collectionType As Object, changeTrackingStrategy As Object) As String
Parameters
- navigation
- Object
- entityType
- Object
- collectionType
- Object
- changeTrackingStrategy
- Object
Returns
Applies to
Entity Framework