Public Function GetCompositeKeyValues(Of T As {Class, New})( _ ByVal entity As T, _ ByVal table As Table _ ) As Dictionary(Of String,Object)
Dim instance As ObjectCrud Dim entity As T Dim table As Table Dim value As Dictionary(Of String,Object) value = instance.GetCompositeKeyValues(Of T)(entity, table)
public Dictionary<string,object> GetCompositeKeyValues<T>( T entity, Table table ) where T: class, new()
Parameters
- entity
- An object instance
- table
- Table mapping
Type Parameters
- T
- Generic class type