Click or drag to resize

ISentryPlugin2GetTableRights Method

Namespace:  SOSentryPlugin.Interop
Assembly:  SOSentryPlugin.Interop (in SOSentryPlugin.Interop.dll) Version: 8.0.0.0
Syntax
void GetTableRights(
	int AssocId,
	int GroupId,
	int RecordId,
	string TableName,
	in Object[] RecordData,
	out bool o_CanInsertRow,
	out bool o_CanReadRow,
	out bool o_CanUpdateRow,
	out bool o_CanDeleteRow,
	out string o_ToolTip
)

Parameters

AssocId
Type: SystemInt32
GroupId
Type: SystemInt32
RecordId
Type: SystemInt32
TableName
Type: SystemString
RecordData
Type: SystemObject
o_CanInsertRow
Type: SystemBoolean
o_CanReadRow
Type: SystemBoolean
o_CanUpdateRow
Type: SystemBoolean
o_CanDeleteRow
Type: SystemBoolean
o_ToolTip
Type: SystemString
See Also