[Missing <summary> documentation for "M:Bespoke.Common.Data.SqlDataProvider.SetCommandText(System.Data.CommandType,System.String)"]

Namespace:  Bespoke.Common.Data
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public void SetCommandText(
	CommandType commandType,
	string commandText
)
Visual Basic (Declaration)
Public Sub SetCommandText ( _
	commandType As CommandType, _
	commandText As String _
)
Visual C++
public:
void SetCommandText(
	CommandType commandType, 
	String^ commandText
)

Parameters

commandType
Type: System.Data..::.CommandType

[Missing <param name="commandType"/> documentation for "M:Bespoke.Common.Data.SqlDataProvider.SetCommandText(System.Data.CommandType,System.String)"]

commandText
Type: System..::.String

[Missing <param name="commandText"/> documentation for "M:Bespoke.Common.Data.SqlDataProvider.SetCommandText(System.Data.CommandType,System.String)"]

See Also