Click or drag to resize

DatabaseSpaceUsed Property

The total amount of space used by data in the table, in bytes. Note that this number may be approximate as it may be reported by the DBMS as a string like "29168 KB".

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public long Used { get; set; }

Property Value

Type: Int64
See Also