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:
2018-04-19 15:21:51 +00:00
parent 5bccb056d7
commit c7bd935a80
4 changed files with 19 additions and 1 deletions

View File

@@ -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)
{