GetLotAttrs(String,String,Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the GetLotAttrs() method retrieves a lot attribute for the specified lot from the database.
Parameters
- itemId
- Required. Holds the ID of the item whose lot attribute is being retrieved.
- lotNo
- Required. Holds the number of the lot whose attribute is being retrieved.
- attrId
- Required. Holds the ID of the attribute being retrieved.
Return Value
Returns a DataRow that contains the specified lot attribute, or null if the
attribute does not exist.