GetCustomers Method
Gets the customers.
Assembly: Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)
public ReadOnlyCollection<Customer> GetCustomers( long recordId, string accountNumber, QueryResultSettings settings )
Parameters
- recordId
- Type: System.Int64
- accountNumber
- Type: System.String
- settings
- Type: Microsoft.Dynamics.Commerce.Runtime.QueryResultSettings
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Customer>A collection of customers.
Show: