added: Model::get_connector_mode() method
git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1088 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -106,6 +106,8 @@ protected:
|
||||
virtual void after_insert();
|
||||
virtual void after_update();
|
||||
|
||||
virtual int get_connector_mode();
|
||||
|
||||
template<typename FieldValue>
|
||||
void field(const wchar_t * field_name, FieldValue & field_value, bool insertable = true, bool updatable = true, bool is_primary_key = false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user