Click or drag to resize

ExecSQLArgsRecordCount Property

Gets/sets the RecordCount for the mapper. This property may be set by an extension in response to a MapperExecSQL event when the event StatementType is RecordCount.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int RecordCount { get; set; }

Property Value

Type: Int32
See Also