Load a parameter value from stream.
Source position: db.pas line 1460
| public procedure TParam.LoadFromStream( | 
| Stream: TStream; | 
| BlobType: TBlobType | 
| ); | 
| Stream | 
 | Stream to load BLOB data from. | 
| BlobType | 
 | Data type for the parameter. | 
LoadFromStream can be used to load a BLOB-type parameter from a stream. The BlobType parameter can be used to set the exact data type of the parameter: it must be one of the BLOB data types.
If the stream does not support taking the Size of the stream, an exception will be raised.
| 
 | Load a parameter value from file. | |
| TParam.SaveToStream |