Click or drag to resize
SubSelectEnsurePath Method (String)
Ensure that the path of properties exists in the select statement

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public void EnsurePath(
	params string[] path
)

Parameters

path
Type: SystemString
Examples
Sending in "created_by_id, first_name" will result in the select statement created_by_id(first_name)
See Also