PathsFor Method (SchemaLocator)
- Last UpdatedApr 08, 2026
- 1 minute read
Returns schema paths for the path prefix and type constraints.
[IteratorStateMachine(OASySDNA.RealTime.Data.Common.Schema.SchemaLocator/d__9)]
public IEnumerable<SchemaPath> PathsFor(
SchemaPath pathPrefix,
string type
)
[IteratorStateMachine(OASySDNA.RealTime.Data.Common.Schema.SchemaLocator/d__9)]
public:
IEnumerable<SchemaPath^>^ PathsFor(
SchemaPath^ pathPrefix,
String^ type
)
Parameters
- pathPrefix
- The path prefix.
- type
- The type name. If null, the table name of the pathPrefix is used.
Return Value
An enumerable collection of schema paths.