Class ArchiveRowParent
Inheritance
ArchiveRowParent
Assembly: SoCore.dll
Syntax
public class ArchiveRowParent
Constructors
ArchiveRowParent(string, int)
Declaration
public ArchiveRowParent(string tableName, int primaryKey)
Parameters
Type |
Name |
Description |
string |
tableName |
|
int |
primaryKey |
|
Properties
PrimaryKey
Declaration
public int PrimaryKey { get; set; }
Property Value
TableName
Declaration
public string TableName { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods