Deprecation message

This commit is contained in:
Ed Minnix
2024-01-19 10:46:14 -05:00
parent 0ff12c07c7
commit ff6d4c6ae6

View File

@@ -59,7 +59,11 @@ class DbDataReaderPropertyStoredFlowSource extends DatabaseInputSource {
}
}
/** A read of a mapped property. */
/**
* DEPRECATED: Use `EntityFramework::StoredFlowSource` and `NHibernate::StoredFlowSource` instead.
*
* A read of a mapped property.
*/
deprecated class ORMMappedProperty extends DataFlow::Node {
ORMMappedProperty() {
this instanceof EntityFramework::StoredFlowSource or