Invoked by the generated class after the value of a scalar property has been modified
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public void ReportPropertyChanged(
string propertyName
) |
| Visual Basic |
|---|
Public Sub ReportPropertyChanged (
propertyName As String
) |
| Visual C++ |
|---|
public:
virtual void ReportPropertyChanged(
String^ propertyName
) sealed |
| F# |
|---|
abstract ReportPropertyChanged :
propertyName : string -> unit
override ReportPropertyChanged :
propertyName : string -> unit |
Parameters
- propertyName
- Type: System..::..String
The name of the property that has been modified
Implements
IEntityObject..::..ReportPropertyChanged(String)
See Also