Gets a buffer from a database field.
public override byte[] LoadData()
'Declaration
Public Overrides Function LoadData() As Byte()
'Usage
Dim instance As DbBinaryData
Dim value() As Byte
value = instance.LoadData()
Return Value
An output buffer representing the data of a database field.