Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetCompaniesByAttributeValues( _ 
ByVal unique_attribute_id As EntityID, _ 
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
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
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
Type: EntityID

unique_key_values
Type: IEnumerable<string>

db
Type: IDatabase

Return Value

Type: 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