Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CopyValueIntoStore()

void System.Data.DataColumn.CopyValueIntoStore ( int record,
object store,
BitArray nullbits,
int storeIndex )
inlinepackage

Definition at line 1600 of file DataColumn.cs.

1601 {
1603 }
void CopyValueInternal(int record, object store, BitArray nullbits, int storeIndex)

References System.Data.DataColumn._storage, and System.Data.Common.DataStorage.CopyValueInternal().