Click or drag to resize
DbQueryWhere Method (String, Object)
Returns a set of data records that meet the specified condition.

Namespace: Colygon.MatchPoint.EntityModel
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public DbQuery Where(
	string fieldName,
	Object value
)

Parameters

fieldName
Type: SystemString
value
Type: SystemObject

Return Value

Type: DbQuery
See Also