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.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
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