CurrencyAccessCriteria


Description

Specifies the criteria to use when retrieving a list of currency access objects. Only currency access objects that match the specified criteria wil be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.

Properties

Property

Type

Description

CompanyId

BetweenRestrictionOfNullableOfInt32

An integer restriction specifying the ID of the company.

CurrencyISOCode

LikeRestrictionOfString

A string restrictioning specifying the ISO code for the currency.


Inherits from

Criteria


Documentation Feedback