DbFactoryCommandCount Property |
获取Command数,间接反应了执行了多少次数据操作
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic int CommandCount { get; }
Public ReadOnly Property CommandCount As Integer
Get
public:
virtual property int CommandCount {
int get () sealed;
}
abstract CommandCount : int with get
override CommandCount : int with get
Property Value
Type:
Int32Implements
IDbFactoryCommandCount
See Also