SubSelectEnsurePath Method (String) |
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)
Syntaxpublic void EnsurePath(
params string[] path
)
Public Sub EnsurePath (
ParamArray path As String()
)
Parameters
- path
- Type: SystemString
ExamplesSending in "created_by_id, first_name" will result in the select statement created_by_id(first_name)
See Also