Initializes a new instance of the ParentField class

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ParentField(
	string strFieldName,
	string strOldFieldName
)
Visual Basic (Declaration)
Public Sub New ( _
	strFieldName As String, _
	strOldFieldName As String _
)
Visual C++
public:
ParentField(
	String^ strFieldName, 
	String^ strOldFieldName
)

Parameters

strFieldName
Type: System..::.String
The name of the field
strOldFieldName
Type: System..::.String
The old name of the field

Remarks

See Also