QueryEntity FindQueryEntityByName Method
This method will return the QueryEntity that matches the passed in name or null if not found. This only searches this object and it's children. If you want to search the entire Query use the FindQueryEntityByName on the Query object itself.
Namespace: Scribe.Core.ConnectorApi.Query
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public QueryEntity FindQueryEntityByName( string name )
Parameters
name
Type: System String
The short or alias name that represents a QueryEntity.
Return Value
Type: QueryEntity
A QueryEntity or null.
See