IFieldWithJoinInfo interface
namespace: Serenity.Data assembly: Serenity.Net.Entity
Interface for a field with join and referenced join alias information
public interface IFieldWithJoinInfo : IField
Members
| name | description |
|---|---|
| Joins { get; } | List of all joins in fields entity |
| ReferencedAliases { get; } | List of referenced joins in field expression |
See Also
- interface IField
- Source: IFieldWithJoinInfo.cs