Click or drag to resize

DbObject Constructor

Initializes a new instance of the DbObject class

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
protected DbObject(
	string tableName,
	string keyField
)

Parameters

tableName
Type: SystemString
keyField
Type: SystemString
See Also