GetVPath Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets an OASySDNA.RealTime.HighPerformanceDB.IRealTimeVPath for the given properties.
public OASySDNA.RealTime.HighPerformanceDB.IRealTimeVPath GetVPath(
string table,
string fieldValue,
string fieldName
)
public:
OASySDNA.RealTime.HighPerformanceDB.IRealTimeVPath^ GetVPath(
String^ table,
String^ fieldValue,
String^ fieldName
)
Parameters
- table
- Given table.
- fieldValue
- Given field value.
- fieldName
- Given field name.
Return Value
OASySDNA.RealTime.HighPerformanceDB.IRealTimeVPath for the given table and field.