TechTalk Genome v4.2

Sql.Count Method 

Returns the number of elements within a Set.

public static int Count(
   Set s
);

Parameters

s
The Set to be investigated.

Return Value

The number of elements contained in s.

Requirements

Namespace: TechTalk.Genome

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

Sql Class | TechTalk.Genome Namespace | Set.Count