Initializes a new instance of the SQLCastExpression class

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

Syntax

C#
public SQLCastExpression(
	string strFieldName,
	DataType eCastAsType
)
Visual Basic
Public Sub New ( _
	strFieldName As String, _
	eCastAsType As DataType _
)
Visual C++
public:
SQLCastExpression(
	String^ strFieldName, 
	DataType eCastAsType
)

Parameters

strFieldName
Type: System..::..String

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

eCastAsType
Type: DatabaseObjects.SQL..::..DataType

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

See Also