[This is preliminary documentation and is subject to change.]
Performs row delete
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Remove(
Row item
)
public bool Remove(
Row item
)
Public Function Remove (
item As Row
) As Boolean
Public Function Remove (
item As Row
) As Boolean
public:
virtual bool Remove(
Row^ item
) sealed
public:
virtual bool Remove(
Row^ item
) sealed
abstract Remove :
item : Row -> bool
override Remove :
item : Row -> bool
abstract Remove :
item : Row -> bool
override Remove :
item : Row -> bool
Return Value
Type:
BooleanImplements
ICollection T Remove(T)