mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Deprecation message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user