Row<TFields> constructor (1 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Initializes a new instance of the Row class.

protected Row()

See Also


Row<TFields> constructor (2 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Initializes a new instance of the Row class.

protected Row(TFields fields)
parameter description
fields The fields.

Exceptions

exception condition
ArgumentNullException fields
ArgumentOutOfRangeException fields

See Also