Class SqlDataProvider
Inheritance
System.Object
SqlDataProvider
Inherited Members
DataProvider.CreatePortal(String, String, DateTime, Double, Double, Int32, Int32, Int32, String, String, Int32)
DataProvider.UpdatePortalInfo(Int32, Int32, String, String, String, DateTime, Int32, Int32, String, Int32, Double, Double, Int32, Int32, String, String, String, String, String, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, String, String, Int32, String)
DataProvider.UpdatePortalSetup(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, String)
DataProvider.UpdateTab(Int32, Int32, Int32, Guid, Guid, Guid, String, Boolean, Boolean, Int32, String, String, String, String, String, Boolean, String, String, String, DateTime, DateTime, Int32, String, Boolean, Boolean, Single, Int32, String, Boolean)
DataProvider.AddModule(Int32, Int32, Int32, Boolean, DateTime, DateTime, Boolean, Boolean, Boolean, Boolean, Int32)
DataProvider.AddTabModule(Int32, Int32, String, String, String, Int32, String, Int32, String, String, String, String, String, Int32, String, Boolean, Boolean, Boolean, Boolean, String, DateTime, Int32, Guid, Guid, Guid, Guid, String, Int32)
DataProvider.UpdateModule(Int32, Int32, Int32, Boolean, DateTime, DateTime, Boolean, Boolean, Boolean, Boolean, Int32)
DataProvider.UpdateTabModule(Int32, Int32, Int32, String, String, String, Int32, String, Int32, String, String, String, String, String, Int32, String, Boolean, Boolean, Boolean, Boolean, String, DateTime, Int32, Guid, Guid, Guid, String, Int32)
DataProvider.AddDesktopModule(Int32, String, String, String, String, String, Boolean, Boolean, String, Int32, Int32, String, String, String, Int32, Int32, String, String)
DataProvider.UpdateDesktopModule(Int32, Int32, String, String, String, String, String, Boolean, Boolean, String, Int32, Int32, String, String, String, Int32, Int32, String, String)
DataProvider.AddModuleControl(Int32, String, String, String, String, Int32, Int32, String, Boolean, Boolean, Int32)
DataProvider.UpdateModuleControl(Int32, Int32, String, String, String, String, Int32, Int32, String, Boolean, Boolean, Int32)
DataProvider.AddFolder(Int32, Guid, Guid, String, String, Int32, Boolean, Boolean, DateTime, Int32, Int32, Boolean, Int32, Int32)
DataProvider.UpdateFolder(Int32, Guid, Int32, String, Int32, String, Boolean, Boolean, DateTime, Int32, Int32, Boolean, Int32, Int32)
DataProvider.AddFile(Int32, Guid, Guid, String, String, Int64, Int32, Int32, String, String, Int32, Int32, String, DateTime, String, String, DateTime, DateTime, Boolean, Int32)
DataProvider.UpdateFile(Int32, Guid, String, String, Int64, Int32, Int32, String, Int32, Int32, String, DateTime, String, String, DateTime, DateTime, Boolean, Int32)
DataProvider.AddRole(Int32, Int32, String, String, Single, String, String, Single, Int32, String, Boolean, Boolean, String, String, Int32, Int32, Int32, Boolean)
DataProvider.UpdateRole(Int32, Int32, String, String, Single, String, String, Single, Int32, String, Boolean, Boolean, String, String, Int32, Int32, Int32, Boolean)
DataProvider.AddUser(Int32, String, String, String, Int32, Boolean, String, String, Boolean, Boolean, Int32)
DataProvider.GetUsersAdvancedSearch(Int32, Int32, Int32, Int32, Int32, Boolean, Int32, Int32, String, Boolean, String, String)
DataProvider.UpdateUser(Int32, Int32, String, String, Boolean, String, String, String, Boolean, Boolean, Boolean, String, Guid, DateTime, Boolean, Int32)
DataProvider.AddPropertyDefinition(Int32, Int32, Int32, String, String, String, Boolean, Boolean, String, Int32, Boolean, Int32, Int32, Int32)
DataProvider.UpdatePropertyDefinition(Int32, Int32, String, String, String, Boolean, Boolean, String, Int32, Boolean, Int32, Int32, Int32)
DataProvider.AddListEntry(String, String, String, Int32, Int32, Boolean, Int32, String, Int32, Boolean, Int32)
DataProvider.AddEventMessage(String, Int32, String, String, String, String, String, String, String, DateTime, DateTime, String)
DataProvider.AddPackage(Int32, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, Int32, String, String)
DataProvider.UpdatePackage(Int32, Int32, String, String, String, String, String, String, String, String, String, String, String, Boolean, Int32, String, String)
DataProvider.SaveRedirection(Int32, Int32, String, Int32, Int32, Int32, Boolean, Int32, Object, Boolean, Int32)
DataProvider.AddLog(String, String, Int32, String, Int32, String, DateTime, String, String, Int32, ExceptionInfo, Boolean)
DataProvider.UpdateLogTypeConfigInfo(String, Boolean, String, String, Int32, Boolean, Int32, Int32, Int32, String, String)
DataProvider.AddSchedule(String, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String, String, Int32, String, DateTime)
DataProvider.UpdateSchedule(Int32, String, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String, String, Int32, String, DateTime)
DataProvider.AddFileVersion(Int32, Guid, Guid, String, String, Int64, Int32, Int32, String, String, Int32, Int32, String, DateTime, String, Boolean, DateTime, DateTime, Int32, Boolean, Byte[])
DataProvider.AddContentWorkflowState(Int32, String, Int32, Boolean, Boolean, Boolean, Boolean, String, String, String, String)
DataProvider.UpdateContentWorkflowState(Int32, String, Int32, Boolean, Boolean, Boolean, Boolean, String, String, String, String)
Assembly: DotNetNuke.dll
Syntax
public sealed class SqlDataProvider : DataProvider
Properties
|
Improve this Doc
View Source
IsConnectionValid
Declaration
public override bool IsConnectionValid { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Settings
Declaration
public override Dictionary<string, string> Settings { get; }
Property Value
Type |
Description |
Dictionary<System.String, System.String> |
|
Overrides
Methods
|
Improve this Doc
View Source
BulkInsert(String, String, DataTable, Dictionary<String, Object>)
Declaration
public override void BulkInsert(string procedureName, string tableParameterName, DataTable dataTable, Dictionary<string, object> commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.String |
tableParameterName |
|
DataTable |
dataTable |
|
Dictionary<System.String, System.Object> |
commandParameters |
|
Overrides
|
Improve this Doc
View Source
BulkInsert(String, String, DataTable, Int32, Dictionary<String, Object>)
Declaration
public override void BulkInsert(string procedureName, string tableParameterName, DataTable dataTable, int timeoutSec, Dictionary<string, object> commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.String |
tableParameterName |
|
DataTable |
dataTable |
|
System.Int32 |
timeoutSec |
|
Dictionary<System.String, System.Object> |
commandParameters |
|
Overrides
|
Improve this Doc
View Source
BulkInsert(String, String, DataTable, Int32)
Declaration
public override void BulkInsert(string procedureName, string tableParameterName, DataTable dataTable, int timeoutSec)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.String |
tableParameterName |
|
DataTable |
dataTable |
|
System.Int32 |
timeoutSec |
|
Overrides
|
Improve this Doc
View Source
BulkInsert(String, String, DataTable)
Declaration
public override void BulkInsert(string procedureName, string tableParameterName, DataTable dataTable)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.String |
tableParameterName |
|
DataTable |
dataTable |
|
Overrides
|
Improve this Doc
View Source
ExecuteNonQuery(Int32, String, Object[])
Declaration
public override void ExecuteNonQuery(int timeoutSec, string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.Int32 |
timeoutSec |
|
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Overrides
|
Improve this Doc
View Source
ExecuteNonQuery(String, Object[])
Declaration
public override void ExecuteNonQuery(string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Overrides
|
Improve this Doc
View Source
ExecuteReader(Int32, String, Object[])
Declaration
public override IDataReader ExecuteReader(int timeoutSec, string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.Int32 |
timeoutSec |
|
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Returns
Type |
Description |
IDataReader |
|
Overrides
|
Improve this Doc
View Source
ExecuteReader(String, Object[])
Declaration
public override IDataReader ExecuteReader(string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Returns
Type |
Description |
IDataReader |
|
Overrides
|
Improve this Doc
View Source
ExecuteScalar<T>(Int32, String, Object[])
Declaration
public override T ExecuteScalar<T>(int timeoutSec, string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.Int32 |
timeoutSec |
|
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Returns
Type Parameters
Overrides
|
Improve this Doc
View Source
ExecuteScalar<T>(String, Object[])
Declaration
public override T ExecuteScalar<T>(string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Returns
Type Parameters
Overrides
|
Improve this Doc
View Source
ExecuteScript(String, Int32)
Declaration
public override string ExecuteScript(string script, int timeoutSec)
Parameters
Type |
Name |
Description |
System.String |
script |
|
System.Int32 |
timeoutSec |
|
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
ExecuteScript(String, String, Int32)
Declaration
public override string ExecuteScript(string connectionString, string script, int timeoutSec)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
script |
|
System.Int32 |
timeoutSec |
|
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
ExecuteScript(String, String)
Declaration
public override string ExecuteScript(string connectionString, string script)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
script |
|
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
ExecuteScript(String)
Declaration
public override string ExecuteScript(string script)
Parameters
Type |
Name |
Description |
System.String |
script |
|
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
ExecuteSQL(String, Int32)
Declaration
public override IDataReader ExecuteSQL(string sql, int timeoutSec)
Parameters
Type |
Name |
Description |
System.String |
sql |
|
System.Int32 |
timeoutSec |
|
Returns
Type |
Description |
IDataReader |
|
Overrides
|
Improve this Doc
View Source
ExecuteSQL(String)
Declaration
public override IDataReader ExecuteSQL(string sql)
Parameters
Type |
Name |
Description |
System.String |
sql |
|
Returns
Type |
Description |
IDataReader |
|
Overrides
|
Improve this Doc
View Source
ExecuteSQLTemp(String, String, Int32, out String)
Declaration
public override IDataReader ExecuteSQLTemp(string connectionString, string sql, int timeoutSec, out string errorMessage)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
sql |
|
System.Int32 |
timeoutSec |
|
System.String |
errorMessage |
|
Returns
Type |
Description |
IDataReader |
|
Overrides
|
Improve this Doc
View Source
ExecuteSQLTemp(String, String, Int32)
Declaration
public override IDataReader ExecuteSQLTemp(string connectionString, string sql, int timeoutSec)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
sql |
|
System.Int32 |
timeoutSec |
|
Returns
Type |
Description |
IDataReader |
|
Overrides
|
Improve this Doc
View Source
ExecuteSQLTemp(String, String, out String)
Declaration
public override IDataReader ExecuteSQLTemp(string connectionString, string sql, out string errorMessage)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
sql |
|
System.String |
errorMessage |
|
Returns
Type |
Description |
IDataReader |
|
Overrides
|
Improve this Doc
View Source
ExecuteSQLTemp(String, String)
Declaration
public override IDataReader ExecuteSQLTemp(string connectionString, string sql)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
sql |
|
Returns
Type |
Description |
IDataReader |
|
Overrides
Extension Methods