Skip to content

DaoHelper

Namespace: SlottyMedia.Database.Helper

This class provides helper methods for DAOs.

public class DaoHelper

Inheritance ObjectDaoHelper

Constructors

DaoHelper()

public DaoHelper()

Methods

GetPrimaryKeyField<T>()

This method returns the name of the primary key field of a DAO.

public string GetPrimaryKeyField<T>()

Type Parameters

T

Returns

String