Show / Hide Table of Contents

Enum QueryType

Identifies which item an AML get query should return

Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public enum QueryType

Fields

Name Description
Current

The item marked as is_current in the database

Effective

The item with the most recent effective_date which occurred prior to the queryDate

Latest

The item with the most recent modified_on which occurred prior to the queryDate

Released

The item with the most recent released_date which occurred prior to the queryDate

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX