ExtensionMethods..::..FillOutProperties<(Of <(<'TEntity>)>)> Method
Fills the out properties.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public static TEntity FillOutProperties<TEntity>( this TEntity entity, bool getRelatedEntities )
<ExtensionAttribute> _ Public Shared Function FillOutProperties(Of TEntity) ( _ entity As TEntity, _ getRelatedEntities As Boolean _ ) As TEntity
[ExtensionAttribute] public: generic<typename TEntity> static TEntity FillOutProperties( TEntity entity, bool^ getRelatedEntities )
Type Parameters
- TEntity
- The type of the t entity.
Parameters
- entity
- Type: TEntity
The entity.
- getRelatedEntities
- Type: Boolean
if set to true [get related entities].