Initializes a new instance of the SQLFieldValue class

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

Syntax

C#
public SQLFieldValue(
	string strFieldName,
	Object objNewValue
)
Visual Basic
Public Sub New ( _
	strFieldName As String, _
	objNewValue As Object _
)
Visual C++
public:
SQLFieldValue(
	String^ strFieldName, 
	Object^ objNewValue
)

Parameters

strFieldName
Type: System..::..String

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

objNewValue
Type: System..::..Object

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

See Also