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; }
Public ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32See Also