protected void SetPrimaryKey(QSqlIndex key) { interceptor.Invoke("setPrimaryKey#", "setPrimaryKey(const QSqlIndex&)", typeof(void), typeof(QSqlIndex), key); }
public QSqlIndex(QSqlIndex other) : this((Type) null) { CreateProxy(); interceptor.Invoke("QSqlIndex#", "QSqlIndex(const QSqlIndex&)", typeof(void), typeof(QSqlIndex), other); }
public QSqlIndex(QSqlIndex other) : this((Type)null) { CreateProxy(); interceptor.Invoke("QSqlIndex#", "QSqlIndex(const QSqlIndex&)", typeof(void), typeof(QSqlIndex), other); }