Click or drag to resize

DocumentDataItemClassExistOne Method

Check exist one data item

Namespace:  SOWIData.XML
Assembly:  SOWIData.XML (in SOWIData.XML.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public bool ExistOne(
	Object pValue,
	string pField = "ID"
)

Parameters

pValue
Type: SystemObject
Value to search
pField (Optional)
Type: SystemString
Field name to search. Optional: default value is ID

Return Value

Type: Boolean
If return value true then exist one data item. If return value false then no exist data item or more data items.
See Also