Click or drag to resize

ICommenceEditRowSetGetShared Method

Gets the shared/local status of the row

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool GetShared(
	int nRow
)

Parameters

nRow
Type: SystemInt32
The (0-based) index of the row.

Return Value

Type: Boolean
true if shared.

Implements

IBaseRowSetGetShared(Int32)
See Also