RowFieldsBase constructor

namespace: Serenity.Data   assemblySerenity.Net.Entity

Initializes a new instance of the RowFieldsBase class.

protected RowFieldsBase(string tableName = null, string fieldPrefix = "")
parameter description
tableName Name of the table.
fieldPrefix The field prefix.

See Also