Split Method (ItemProd)
- Last UpdatedMar 17, 2026
- 1 minute read
The Split() method splits a given row in the production transaction table. The quantity that is split could result in a new row or it could simply add to an existing row if the primary key fields match.
| Overload | Description |
|---|---|
| Split(Int32,Int32,Double,String,String,Nullable<Int32>,Nullable<DateTime>,String,String,String,String,String,Nullable<Int32>,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,String,String,String,String,String,Nullable<Double>,Nullable<Boolean>,Nullable<Boolean>) | The Split() method splits a given row in the production transaction table. The quantity that is split could result in a new row or it could simply add to an existing row if the primary key fields match. |
| Split(Int32,Int32,Double,String,String,Nullable<Int32>,Nullable<DateTime>,Nullable<DateTime>,String,String,String,String,String,Nullable<Int32>,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,String,String,String,String,String,Nullable<Double>,Nullable<Boolean>,Nullable<Boolean>) | The Split() method splits a given row in the production transaction table. The quantity that is split could result in a new row or it could simply add to an existing row if the primary key fields match. |