Initializes a new instance of the FundSource class by using the specified String class objects.
Namespace:
QFD
Assembly:
QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public FundSource(
string strFieldName,
string strOldFieldName
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
strFieldName As String, _
strOldFieldName As String _
) |
Visual C++ |
---|
public:
FundSource(
String^ strFieldName,
String^ strOldFieldName
) |
Parameters
- strFieldName
- Type: System..::.String
A String that contains the field name used in Quik! Field Definition.
- strOldFieldName
- Type: System..::.String
A String that contains the old field name used in Quik! Field Definition.
See Also