RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ExtensionMethods..::..GetEntity<(Of <(<'TEntity>)>)> Method (AutoFillValue)

Gets the entity.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public static TEntity GetEntity<TEntity>(
	this AutoFillValue autoFillValue
)
<ExtensionAttribute> _
Public Shared Function GetEntity(Of TEntity) ( _
	autoFillValue As AutoFillValue _
) As TEntity
[ExtensionAttribute]
public:
generic<typename TEntity>
static TEntity GetEntity(
	AutoFillValue^ autoFillValue
)

Type Parameters

TEntity
The type of the t entity.

Parameters

autoFillValue
Type: RingSoft.DbLookup.AutoFill..::..AutoFillValue
The automatic fill value.

Return Value

TEntity.