FindConstraintValue Constructor (String, Object) |
Creates a new FindConstraintValue instance.
Namespace: PDTec.IceNet.Core.Database.QueryAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic FindConstraintValue(
string name,
Object value
)
Parameters
- name
- Type: SystemString
The parameter name. - value
- Type: SystemObject
The parameter value.
See Also