Retrieves data from the supplied SqlDataReader into the fields of a
COrderLine object.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected static void Retrieve( COrderLine line, SqlDataReader reader ) |
| Visual Basic (Declaration) |
|---|
Protected Shared Sub Retrieve ( _ line As COrderLine, _ reader As SqlDataReader _ ) |
| Visual C++ |
|---|
protected: static void Retrieve( COrderLine^ line, SqlDataReader^ reader ) |
Parameters
- line
- Type: Asi.iBO.Commerce..::.COrderLine
The COrderLine object to be populated.
- reader
- Type: System.Data.SqlClient..::.SqlDataReader
The SqlDataReader to use.