Click or drag to resize

DataObjectPropertyNotEq Constructor

Initializes a new instance of the DataObjectPropertyNotEq class

Namespace: Casewhere.Runtime.DataObjectExpressions
Assembly: Casewhere.Runtime.DataObjectExpressions (in Casewhere.Runtime.DataObjectExpressions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DataObjectPropertyNotEq(
	string name,
	Object value
)

Parameters

name  String
 
value  Object
 
See Also