TableOperationsTApplyRecordUpdates Method
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.137 -- Release Build+bf396311d630d9a0959afedb17412b40a2acb327
public void ApplyRecordUpdates(
T record
)
Public Sub ApplyRecordUpdates (
record As T
)
public:
void ApplyRecordUpdates(
T record
)
function ApplyRecordUpdates(record);
Parameters
- record T
- Record to update.