Query GetAllProperties Method

Return all properties used by the root entity and all of it's children.

Namespace:  Scribe.Core.ConnectorApi.Query

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   List<string> GetAllProperties()

Return Value

Type: ListString

List of all properties of the root object and of the children.

See

Query Class

Scribe.Core.ConnectorApi.Query Namespace