Click or drag to resize
Grid Solutions Framework

AdoOutputAdapterBulkInsertLimit Property

Gets or sets the maximum number of measurements to be collated into one insert statement.

Namespace: AdoAdapters
Assembly: AdoAdapters (in AdoAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("1024")]
public int BulkInsertLimit { get; set; }
View Source

Property Value

Int32
See Also