Click or drag to resize
LinkedXWhere Constructor (String, String, String, String, XWhere)
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_XWhere As XWhere
)

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_XWhere
Type: Biolomics.SharedClasses.XWhere
The x where.
See Also