Click or drag to resize

DbDatabaseRunQuery Method (String, String, IDataParameter, Int32, Int32, String)

Returns a populated DataTable from the query provided.

Namespace:  Cadcorp.DataAccess
Assembly:  Cadcorp.GFB.DataAccess (in Cadcorp.GFB.DataAccess.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected DataTable RunQuery(
	string connectionString,
	string query,
	IDataParameter[] parameters,
	out int rowCount,
	out int columnCount,
	string provider
)

Parameters

connectionString
Type: SystemString

[Missing <param name="connectionString"/> documentation for "M:Cadcorp.DataAccess.DbDatabase.RunQuery(System.String,System.String,System.Data.IDataParameter[],System.Int32@,System.Int32@,System.String)"]

query
Type: SystemString

[Missing <param name="query"/> documentation for "M:Cadcorp.DataAccess.DbDatabase.RunQuery(System.String,System.String,System.Data.IDataParameter[],System.Int32@,System.Int32@,System.String)"]

parameters
Type: System.DataIDataParameter

[Missing <param name="parameters"/> documentation for "M:Cadcorp.DataAccess.DbDatabase.RunQuery(System.String,System.String,System.Data.IDataParameter[],System.Int32@,System.Int32@,System.String)"]

rowCount
Type: SystemInt32

[Missing <param name="rowCount"/> documentation for "M:Cadcorp.DataAccess.DbDatabase.RunQuery(System.String,System.String,System.Data.IDataParameter[],System.Int32@,System.Int32@,System.String)"]

columnCount
Type: SystemInt32

[Missing <param name="columnCount"/> documentation for "M:Cadcorp.DataAccess.DbDatabase.RunQuery(System.String,System.String,System.Data.IDataParameter[],System.Int32@,System.Int32@,System.String)"]

provider
Type: SystemString

[Missing <param name="provider"/> documentation for "M:Cadcorp.DataAccess.DbDatabase.RunQuery(System.String,System.String,System.Data.IDataParameter[],System.Int32@,System.Int32@,System.String)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Cadcorp.DataAccess.DbDatabase.RunQuery(System.String,System.String,System.Data.IDataParameter[],System.Int32@,System.Int32@,System.String)"]

See Also