SubSelectEnsurePath Method (IEnumerableString) |
Ensure that the path of properties exists in the select statement
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax Examples Sending in new string[] {"created_by_id, first_name"} will result in the select statement created_by_id(first_name)
See Also