Fill a dataset.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetDataSet ( _
	sqlCommand As SqlCommand, _
	schemaOnly As Boolean, _
	connectionString As String _
) As DataSet
C#
public static DataSet GetDataSet(
	SqlCommand sqlCommand,
	bool schemaOnly,
	string connectionString
)

Parameters

sqlCommand
Type: System.Data.SqlClient..::..SqlCommand
schemaOnly
Type: System..::..Boolean
connectionString
Type: System..::..String

Return Value

See Also