Click or drag to resize

SqlBridgeFindConstraintValue Constructor (String, Object)

Initializes a new instance of the SqlBridgeFindConstraintValue class

Namespace:  PDTec.IceNet.Core.Database.SqlBridge
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public SqlBridgeFindConstraintValue(
	string name,
	Object value
)

Parameters

name
Type: SystemString
value
Type: SystemObject
See Also