Delegate InitObject<T>
Object instance initialization delegate type
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate void InitObject<T>(ref T obj)
where T : class, IDataObject;
Parameters
Type | Name | Description |
---|---|---|
T | obj | Object instance |
Type Parameters
Name | Description |
---|---|
T | Object type |
Extension Methods
SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)