MssqlGraphInsert<TRow> class

One row to insert, plus the relations the caller named for it.

Only related edges are written. A hasMany that is not listed is not touched, and existing child rows are never deleted or overwritten.

Annotations
  • @immutable

Constructors

MssqlGraphInsert(MssqlWriteAssignments values, {List<MssqlGraphRelation> related = const []})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values MssqlWriteAssignments
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited