Click or drag to resize

AdditionalFieldSearchAttribute(String, String, String, String, String) Constructor


Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+cb466f216da12fb731bf5493e0294c87f9de1794
Syntax
public AdditionalFieldSearchAttribute(
	string condition,
	string additionalFieldsTable,
	string primaryKeyCollumn,
	string valueCollumn,
	string fieldKeyCollumn
)
View Source

Parameters

condition  String
Condition to be true for any row in the additionalFields Table to be used.
additionalFieldsTable  String
SQL Table containing additional Fields.
primaryKeyCollumn  String
SQL Column that will be matched to PrimaryKeyAttribute.
valueCollumn  String
SQL Column that will be matched to the Value.
fieldKeyCollumn  String
SQL Column that will be matched to the Field name.
See Also