Delegate InvalidateObject<T>
Refresh one object event delegate type
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate void InvalidateObject<in T>(T obj)
where T : class, IDataObject;
Parameters
| Type | Name | Description |
|---|---|---|
| T | obj | Object to refresh |
Type Parameters
| Name | Description |
|---|---|
| T | Object type |
Extension Methods
SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)