Click or drag to resize

ConnectorDataItemClassCount Method (String, Records)

Gives the count by all, active or archive data records and filtering by Name

Namespace:  SOWIData.Database
Assembly:  SOWIData (in SOWIData.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public int Count(
	string pName,
	Records pRecord = Records.All
)

Parameters

pName
Type: SystemString
text what is in field Name
pRecord (Optional)
Type: SOWIDataRecords
see enumeration Records (Default All)

Return Value

Type: Int32
number of data records

Implements

IConnectorDataItemClassCount(String, Records)
See Also