The number of records affected by this command. If this is a paged SelectCommand, the value reflects the total number of records in the unpaged version.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public int RecordsAffected { get; internal set; }
Visual Basic
Public Property RecordsAffected As Integer
	Get
	Friend Set

Remarks

This member holds no meaning until the command is actually executed.

See Also