Interface ForeignKeyBox.ILookupService
Service to perform foreign key data lookup operation.
Namespace: DevZest.Data.Views
Assembly: DevZest.Data.WPF.dll
Syntax
public interface ILookupService : IService
Methods
| Name | Description |
|---|---|
| BeginLookup(ForeignKeyBox) | Begins the lookup operation. |
| CanLookup(CandidateKey) | Determines whether lookup operation can be performed for specified foreign key. |