ExtensionMethods..::..GetEntity<(Of <(<'TEntity>)>)> Method (AutoFillValue, TableDefinition<(Of <(<'TEntity>)>)>)
Gets the entity.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public static TEntity GetEntity<TEntity>( this AutoFillValue autoFillValue, TableDefinition<TEntity> tableDefinition )
<ExtensionAttribute> _ Public Shared Function GetEntity(Of TEntity) ( _ autoFillValue As AutoFillValue, _ tableDefinition As TableDefinition(Of TEntity) _ ) As TEntity
[ExtensionAttribute] public: generic<typename TEntity> static TEntity GetEntity( AutoFillValue^ autoFillValue, TableDefinition<TEntity>^ tableDefinition )
Type Parameters
- TEntity
- The type of the t entity.
Parameters
- autoFillValue
- Type: RingSoft.DbLookup.AutoFill..::..AutoFillValue
The automatic fill value.
- tableDefinition
- Type: RingSoft.DbLookup.ModelDefinition..::..TableDefinition<(Of <(<'TEntity>)>)>
The table definition.