Click or drag to resize

Connector<DataItemClass>.Count 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: System.String
text what is in field Name
pRecord (Optional)
Type: SOWIData.Records
see enumeration Records (Default All)

Return Value

Type: Int32
number of data records

Implements

IConnector<DataItemClass>.Count(String, Records)
See Also