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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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