Checks whether it is possible to get the value identified by valueName. The default implementation always returns true for any valueName.
Public virtual Function CanGetValue( dbObj As DBObject, valueName As string ) As bool
public virtual bool CanGetValue( DBObject dbObj, string valueName );
Parameters |
Description |
string valueName |
The name of the queried value. |
object |
The object must be open for read. |
True if a value with the given name can be obtained. The default implementation always returns true.
Comments? |