Interface IDataImportContext
Contract for data import contexts.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data.IO.Import
Assembly: Kephas.Data.IO.dll
Syntax
public interface IDataImportContext : IDataIOContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceDataConversionContextConfig
Gets or sets the data conversion context configuration.
Declaration
Action<object, IDataConversionContext> DataConversionContextConfig { get; set; }
Property Value
Type | Description |
---|---|
System.Action<System.Object, IDataConversionContext> | The data conversion context configuration. |
DataSpace
Gets the data space.
Declaration
IDataSpace DataSpace { get; }
Property Value
Type | Description |
---|---|
IDataSpace | The data space. |
PersistChangesContextConfig
Gets or sets the persist changes context configuration.
Declaration
Action<IPersistChangesContext> PersistChangesContextConfig { get; set; }
Property Value
Type | Description |
---|---|
System.Action<IPersistChangesContext> | The persist changes context configuration. |