Click or drag to resize
LinkedXWhere Constructor (String, String, String, String, XWhereOperationEnum, BsonValue)
Initializes a new instance of the LinkedXWhere class.

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LinkedXWhere(
	string p_ParentTableName,
	string p_FieldName,
	string p_TargetTableName,
	string p_TargetFieldName,
	XWhereOperationEnum p_Operation,
	BsonValue p_Value
)

Parameters

p_ParentTableName
Type: SystemString
Name of the parent table.
p_FieldName
Type: SystemString
Name of the field.
p_TargetTableName
Type: SystemString
Name of the target table.
p_TargetFieldName
Type: SystemString
Name of the target field.
p_Operation
Type: Biolomics.SharedClassesXWhereOperationEnum
The operation.
p_Value
Type: BsonValue
The value.
See Also