Initializes a new instance of the SQLUpdateField class

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public SQLUpdateField(
	string strDestinationFieldName,
	string strSourceFieldName
)
Visual Basic
Public Sub New ( _
	strDestinationFieldName As String, _
	strSourceFieldName As String _
)
Visual C++
public:
SQLUpdateField(
	String^ strDestinationFieldName, 
	String^ strSourceFieldName
)

Parameters

strDestinationFieldName
Type: System..::..String

[Missing <param name="strDestinationFieldName"/> documentation for "M:DatabaseObjects.SQL.SQLUpdateField.#ctor(System.String,System.String)"]

strSourceFieldName
Type: System..::..String

[Missing <param name="strSourceFieldName"/> documentation for "M:DatabaseObjects.SQL.SQLUpdateField.#ctor(System.String,System.String)"]

See Also