Click or drag to resize
Grid Solutions Framework

FileBlockReaderBlockSize Property

Gets or sets the size of each block of data that is read from the file.

Namespace: FileAdapters
Assembly: FileAdapters (in FileAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(16384)]
public int BlockSize { get; set; }
View Source

Property Value

Int32
See Also