Delegate Mapping<TFrom, T>
Mapping logic delegate type
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate void Mapping<in TFrom, T>(TFrom source, ref T result)
where TFrom : class where T : class, IDataObject;
Parameters
Type | Name | Description |
---|---|---|
TFrom | source | Source object instance |
T | result | Target object instance |
Type Parameters
Name | Description |
---|---|
TFrom | Source object type |
T | Target object type |
Extension Methods
SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)