ChangeTrackingEntitySetWithNotifyT Method
Namespace: EWSoftware.EntityFrameworkAssembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
protected void SetWithNotify<T>(
T value,
ref T field,
string propertyName = ""
)
Protected Sub SetWithNotify(Of T) (
value As T,
ByRef field As T,
Optional propertyName As String = ""
)
protected:
generic<typename T>
void SetWithNotify(
T value,
T% field,
String^ propertyName = L""
)
member SetWithNotify :
value : 'T *
field : 'T byref *
?propertyName : string
(* Defaults:
let _propertyName = defaultArg propertyName ""
*)
-> unit
- value T
- The new value
- field T
- A reference to the field containing the current value that will receive the
new value
- propertyName String (Optional)
- The property name that changed. This defaults to the calling member's
name if not specified
- T
- The property type