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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public SqlBridgeFindConstraintValue(
	string name,
	Object value
)

Parameters

name
Type: SystemString
value
Type: SystemObject
See Also