 | IBaseRowSetGetShared 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
Syntaxbool GetShared(
int nRow
)
Function GetShared (
nRow As Integer
) As Boolean
Parameters
- nRow
- Type: SystemInt32
The (0-based) index of the row.
Return Value
Type:
Booleantrue if shared.
See Also