Query FindQueryEntityByName Method
This method will return the QueryEntity that matches the passed in name or null if not found.
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