Click or drag to resize
LinkedXWhere Constructor (String, String, String, String, XWhere. OperationEnum, 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 Sub New ( 
	p_ParentTableName As String,
	p_FieldName As String,
	p_TargetTableName As String,
	p_TargetFieldName As String,
	p_Operation As XWhere.OperationEnum,
	p_Value As BsonValue
)

Parameters

p_ParentTableName
Type: System.String
Name of the parent table.
p_FieldName
Type: System.String
Name of the field.
p_TargetTableName
Type: System.String
Name of the target table.
p_TargetFieldName
Type: System.String
Name of the target field.
p_Operation
Type: Biolomics.SharedClasses.XWhere.OperationEnum
The operation.
p_Value
Type: BsonValue
The value.
See Also