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

TableDefinition<(Of <(<'TEntity>)>)>..::..GetIdentityValue Method

Gets the identity value.

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

Syntax


public int GetIdentityValue(
	TEntity entity
)
Public Function GetIdentityValue ( _
	entity As TEntity _
) As Integer
public:
int^ GetIdentityValue(
	TEntity entity
)

Parameters

entity
Type: TEntity
The entity.

Return Value

System.Int32.