Click or drag to resize

ICommenceDatabaseFieldValueExists Method

Checks to see if value is already present for given field.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool FieldValueExists(
	string categoryName,
	string fieldName,
	string fieldValue,
	bool caseSensitive = true
)

Parameters

categoryName
Type: SystemString
Commence category name.
fieldName
Type: SystemString
Commence fieldname.
fieldValue
Type: SystemString
Value to check.
caseSensitive (Optional)
Type: SystemBoolean
Compare case-sensitive. Defaults to true.

Return Value

Type: Boolean
true if value exists.
See Also