DbfNullColumn.SetBit Method | |
Set a bit at the specified position
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax METHOD SetBit(
nPos AS LONG,
lSet AS LOGIC
) AS VOID
public void SetBit(
int nPos,
bool lSet
)
Request Example
View SourceParameters
- nPos
- Type: Long
- lSet
- Type: Logic
See Also