AddCompositeKey(T) Method

Dal.Audit

AuditProfile..::..AddCompositeKey<(Of <(<'T>)>)> Method

Adds the composite key.

Namespace:  Dal.Audit
Assembly:  Dal.Audit (in Dal.Audit.dll)

Syntax


public void AddCompositeKey<T>(
	Func<T, string> func
)

Type Parameters

T

Parameters

func
Type: Func<(Of <(<'T, String>)>)>
The function.