Interface IDataSetupContext
Interface for data setup context.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data.Setup
Assembly: Kephas.Data.dll
Syntax
public interface IDataSetupContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceTargets
Gets the data targets.
Declaration
IEnumerable<string> Targets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> | The data targets. |