Пример #1
0
 protected void SetPrimaryKey(QSqlIndex key)
 {
     interceptor.Invoke("setPrimaryKey#", "setPrimaryKey(const QSqlIndex&)", typeof(void), typeof(QSqlIndex), key);
 }
Пример #2
0
 protected void SetPrimaryKey(QSqlIndex key)
 {
     interceptor.Invoke("setPrimaryKey#", "setPrimaryKey(const QSqlIndex&)", typeof(void), typeof(QSqlIndex), key);
 }
Пример #3
0
 public QSqlIndex(QSqlIndex other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSqlIndex#", "QSqlIndex(const QSqlIndex&)", typeof(void), typeof(QSqlIndex), other);
 }
Пример #4
0
 public QSqlIndex(QSqlIndex other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSqlIndex#", "QSqlIndex(const QSqlIndex&)", typeof(void), typeof(QSqlIndex), other);
 }