DbfNullColumn.SetBit 方法 | |
Set a bit at the specified position
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 METHOD SetBit(
nPos AS LONG,
lSet AS LOGIC
) AS VOID
public void SetBit(
int nPos,
bool lSet
)
查看代码参数
- nPos
- 类型:Int32
- lSet
- 类型:Boolean
参见