BaseObject Constructor (Object, CacheInfo)Nemiro.Data.dll
Called from constructors in derived classes in order to initialize the BaseObject class.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public BaseObject(
	Object primaryKeyValue,
	CacheInfo cache
)

Parameters

primaryKeyValue
Type: System Object
Identifier that should load the data into an instance of the derived class.
cache
Type: Nemiro.Data.Caching CacheInfo
Caching options.
See Also