summaryM:DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteSQL(System.String,System.String,System.Int32)

Namespace: DotNetNuke.Data.PetaPoco
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void ExecuteSQL(
	string connectionString,
	string sql,
	int timeout
)
Visual Basic
Public Shared Sub ExecuteSQL ( 
	connectionString As String,
	sql As String,
	timeout As Integer
)

Parameters

connectionString
Type: System..::..String
paramconnectionStringM:DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteSQL(System.String,System.String,System.Int32)
sql
Type: System..::..String
paramsqlM:DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteSQL(System.String,System.String,System.Int32)
timeout
Type: System..::..Int32
paramtimeoutM:DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteSQL(System.String,System.String,System.Int32)

See Also