| 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
)
Protected Sub New (
tableName As String,
keyField As String
)
Parameters
- tableName
- Type: SystemString
- keyField
- Type: SystemString
See Also