Interface IMaterialize
Specifies that this object supports notification about materializing.
Namespace: Kros.KORM.Materializer
Assembly: Kros.KORM.dll
Syntax
public interface IMaterialize
Methods
OnAfterMaterialize(IDataRecord)
Called when model is materialized.
Declaration
void OnAfterMaterialize(IDataRecord source)
Parameters
Type | Name | Description |
---|---|---|
System.Data.IDataRecord | source | The source, which from was model materialized. |