Delegate CustomMapping<T>
Custom mapping delegate type
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate IRepositoryDescription<T> CustomMapping<out T>()
where T : class, ISqlObject, new();
Returns
Type | Description |
---|---|
IRepositoryDescription<T> | Success flag |
Type Parameters
Name | Description |
---|---|
T | Object type |