Click or drag to resize

SchemaInfoCollectionCount Property

Gets the number of columns in the collection. Zero columns typically indicates that the object does not exist in the schema, but it is recommended to use ObjectExists to make that determination.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Count { get; }

Property Value

Type: Int32
See Also