Class StorageObject
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class StorageObject
- Inheritance
-
StorageObject
- Inherited Members
-
Constructors
StorageObject()
Properties
ColumnCount
public int ColumnCount { get; set; }
Property Value
- int
Created
public DateTime Created { get; set; }
Property Value
- DateTime
RowCount
public long RowCount { get; set; }
Property Value
- long
SchemaName
public string SchemaName { get; set; }
Property Value
- string
TableName
public string TableName { get; set; }
Property Value
- string
TableType
public string TableType { get; set; }
Property Value
- string