예제 #1
0
 protected void SetPrimaryKey(QSqlIndex key)
 {
     interceptor.Invoke("setPrimaryKey#", "setPrimaryKey(const QSqlIndex&)", typeof(void), typeof(QSqlIndex), key);
 }
예제 #2
0
파일: QSqlTableModel.cs 프로젝트: KDE/qyoto
 protected void SetPrimaryKey(QSqlIndex key)
 {
     interceptor.Invoke("setPrimaryKey#", "setPrimaryKey(const QSqlIndex&)", typeof(void), typeof(QSqlIndex), key);
 }
예제 #3
0
파일: QSqlIndex.cs 프로젝트: KDE/qyoto
 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);
 }