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.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
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