Delegate CurrentObjectChanging<T>
Assigning object as current event delegate type
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate bool CurrentObjectChanging<in T>(T obj)
where T : class, IDataObject;
Parameters
| Type | Name | Description |
|---|---|---|
| T | obj | Changing is allowed |
Returns
| Type | Description |
|---|---|
| Boolean |
Type Parameters
| Name | Description |
|---|---|
| T | Object type |
Extension Methods
SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)