Table of Contents

Constructor Record

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

Record(Table)

Creates a new record for the specified table.

public Record(Table table)

Parameters

table Table

The table that this record will be inserted into or used to update.

Remarks

The record will expect values for all non-autogenerated columns. Auto-generated columns (such as auto-incrementing primary keys) do not require values.