Company.GetCompaniesByAttributeValues Method

Public Shared Function GetCompaniesByAttributeValues( _ 
ByVal unique_attribute_id As EntityID, _ 
ByVal attribute_type As AttributeType, _ 
ByVal unique_key_values As IEnumerable(Of String), _ 
ByVal db As IDatabase
) As IList(Of CompanyInfo)
This language is not supported or no code example is available.
public static IList<CompanyInfo> GetCompaniesByAttributeValues( 
EntityID unique_attribute_id
AttributeType attribute_type
IEnumerable<string> unique_key_values
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static IList<CompanyInfo^>^ GetCompaniesByAttributeValues( 
EntityID^ unique_attribute_id
AttributeType attribute_type
IEnumerable<String^>^ unique_key_values
IDatabase^ db 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

unique_attribute_id
EntityID

attribute_type
AttributeType

unique_key_values
IEnumerable<string>

db
IDatabase

Return Value

IList<CompanyInfo>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition