LinkedXWhere Constructor (String, String, String, String, XWhereOperationEnum, BsonValue) |
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
)
Public Sub New (
p_ParentTableName As String,
p_FieldName As String,
p_TargetTableName As String,
p_TargetFieldName As String,
p_Operation As XWhereOperationEnum,
p_Value As BsonValue
)
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