BaseObject Constructor (DataRow, Object, Int32, 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

protected BaseObject(
	DataRow row,
	Object primaryKeyValue,
	int cacheDuration,
	CacheInfo cache
)

Parameters

row
Type: System.Data DataRow
Data row on which will be built instance of the derived class.
primaryKeyValue
Type: System Object
Identifier that should load the data into an instance of the derived class.
cacheDuration
Type: System Int32
Duration caching the query results (in seconds). Minus one or zero - without caching (default).
cache
Type: Nemiro.Data.Caching CacheInfo
Caching options.
See Also