IRow<TFields> interface
namespace: Serenity.Data assembly: Serenity.Net.Entity
Base interface for Rows with a known Fields type
public interface IRow<TFields> : IRow
| parameter | description |
|---|---|
| TFields | The type of the fields. |
Members
| name | description |
|---|---|
| Fields { get; } | Gets the fields. |
| CloneRow() | Clones the row. |
| CreateNew() | Creates a new instance of the row. |
See Also
- interface IEntityWithJoins
- interface IRow
- Source: IRow.cs