TableCanDeleteRows Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual bool CanDeleteRows(
int index,
int nCount
)
Public Overridable Function CanDeleteRows (
index As Integer,
nCount As Integer
) As Boolean
public:
virtual bool CanDeleteRows(
int index,
int nCount
)
abstract CanDeleteRows :
index : int *
nCount : int -> bool
override CanDeleteRows :
index : int *
nCount : int -> bool
Parameters
- index Int32
-
- nCount Int32
-
Return Value
Boolean
See Also