Home
last modified time | relevance | path

Searched refs:SqlParameterCollection (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlCommandSet.cs25 internal readonly SqlParameterCollection Parameters;
29 …internal LocalCommand(string commandText, SqlParameterCollection parameters, int returnParameterIn… in LocalCommand()
122 SqlParameterCollection parameters = null; in Append()
124 SqlParameterCollection collection = command.Parameters; in Append()
127 parameters = new SqlParameterCollection(); in Append()
H A DSqlParameterCollection.cs13 public sealed partial class SqlParameterCollection : DbParameterCollection class
18 internal SqlParameterCollection() : base() in SqlParameterCollection() method in System.Data.SqlClient.SqlParameterCollection
H A DSqlCommand.cs61 private SqlParameterCollection _parameters;
209 private List<SqlParameterCollection> _parameterCollectionList;
246 SqlParameterCollection parameters = Parameters; in SqlCommand()
481 new public SqlParameterCollection Parameters
489 _parameters = new SqlParameterCollection();
2965 SqlParameterCollection parameters = _parameters; in OnReturnStatus()
3021 SqlParameterCollection parameters = GetCurrentParameterCollection(); in OnReturnValue()
3105 private SqlParameterCollection GetCurrentParameterCollection() in GetCurrentParameterCollection()
3311 private int CountSendableParameters(SqlParameterCollection parameters) in CountSendableParameters()
3328 private int GetParameterCount(SqlParameterCollection parameters) in GetParameterCount()
[all …]
H A DSqlParameterCollectionHelper.cs17 public sealed partial class SqlParameterCollection : DbParameterCollection class
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlCommandSet.cs35 internal readonly SqlParameterCollection Parameters;
40 …internal LocalCommand(string commandText, SqlParameterCollection parameters, int returnParameterI… in LocalCommand()
135 SqlParameterCollection parameters = null; in Append()
137 SqlParameterCollection collection = command.Parameters; in Append()
139 parameters = new SqlParameterCollection(); in Append()
H A DSqlParameterCollection.cs25 public sealed partial class SqlParameterCollection : DbParameterCollection { class
29 internal SqlParameterCollection() : base() { in SqlParameterCollection() method in System.Data.SqlClient.SqlParameterCollection
H A DSqlCommand.cs119 private SqlParameterCollection _parameters;
271 private List<SqlParameterCollection> _parameterCollectionList;
427 SqlParameterCollection parameters = Parameters; in SqlCommand()
740 new public SqlParameterCollection Parameters {
745 this._parameters = new SqlParameterCollection();
3717 SqlParameterCollection tempCollection = new SqlParameterCollection();
4887 SqlParameterCollection parameters = _parameters;
4941 SqlParameterCollection parameters = GetCurrentParameterCollection();
5104 private SqlParameterCollection GetCurrentParameterCollection() {
5315 private int CountSendableParameters(SqlParameterCollection parameters) {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/System.Data.SqlClient/
H A DSqlParameterCollection.platformnotsupported.cs13 …public partial class SqlParameterCollection : DbParameterCollection , IDataParameterCollection, IL… class
17 internal SqlParameterCollection () {} in SqlParameterCollection() method in System.Data.SqlClient.SqlParameterCollection
H A DSqlCommand.platformnotsupported.cs93 new public SqlParameterCollection Parameters
205 internal string BuildParamList(TdsParser parser, SqlParameterCollection parameters) in BuildParamList()
235 …internal void AddBatchCommand(string commandText, SqlParameterCollection parameters, CommandType c… in AddBatchCommand()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DSqlPersonalizationProvider.cs90 SqlParameterCollection parameters = command.Parameters; in FindSharedState()
210 SqlParameterCollection parameters = command.Parameters; in FindUserState()
316 SqlParameterCollection parameters = command.Parameters; in GetCountOfSharedState()
392 SqlParameterCollection parameters = command.Parameters; in GetCountOfUserState()
646 SqlParameterCollection parameters = command.Parameters; in ResetAllState()
698 SqlParameterCollection parameters = command.Parameters; in ResetSharedState()
811 SqlParameterCollection parameters = command.Parameters; in ResetUserState()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSqlParameterCollection.cs10 partial class SqlParameterCollection : class
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/
H A Dmonotouch_watch_System.Data.dll.sources11 System.Data.SqlClient/SqlParameterCollection.platformnotsupported.cs
H A Dmonotouch_watch_System.Data.dll.exclude.sources12 ../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterCollection
H A Dcorefx.common.sources23 corefx/SqlParameterCollection.cs
406 ../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.DurableInstancing/System/Activities/DurableInstancing/
H A DSaveWorkflowAsyncResult.cs70 SqlParameterCollection parameters = command.Parameters; in GenerateSqlCommand()
190 …static void AddSerializedProperty(ArraySegment<byte> source, SqlParameterCollection parameters, st… in AddSerializedProperty()
384 …owCommand saveWorkflowCommand, StringBuilder commandTextBuilder, SqlParameterCollection parameters) in ExtractServiceDeploymentInformation()
475 …void SerializeAssociatedData(SqlParameterCollection parameters, SaveWorkflowCommand saveWorkflowCo… in SerializeAssociatedData()
529 …void SerializePromotedProperties(SqlParameterCollection parameters, StringBuilder commandTextBuild… in SerializePromotedProperties()
H A DCreateWorkflowOwnerAsyncResult.cs67 SqlParameterCollection parameters = sqlCommand.Parameters; in GenerateSqlCommand()
H A DLoadWorkflowAsyncResult.cs64 SqlParameterCollection parameters = command.Parameters; in GenerateLoadSqlCommand()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DSqlDataSourceTest.cs235 private static SqlParameterCollection CustomEventParameterCollection;
756 SqlDataSourceTest.CustomEventParameterCollection = (SqlParameterCollection) e.Command.Parameters; in view_Updating()
763 SqlDataSourceTest.CustomEventParameterCollection = (SqlParameterCollection) e.Command.Parameters; in view_Selecting()
770 SqlDataSourceTest.CustomEventParameterCollection = (SqlParameterCollection) e.Command.Parameters; in view_Inserting()
777 SqlDataSourceTest.CustomEventParameterCollection = (SqlParameterCollection) e.Command.Parameters; in view_Deleting()
782 private string FormatParameters (SqlParameterCollection sqlParameterCollection) in FormatParameters()
H A DSqlDataSourceViewTest.cs602 eventsCalled.Add (FormatParameters ((SqlParameterCollection)e.Command.Parameters)); in view_Selecting()
612 eventsCalled.Add (FormatParameters ((SqlParameterCollection) e.Command.Parameters)); in view_Inserting()
622 eventsCalled.Add (FormatParameters ((SqlParameterCollection) e.Command.Parameters)); in view_Updating()
632 eventsCalled.Add (FormatParameters ((SqlParameterCollection) e.Command.Parameters)); in view_Deleting()
636 private static string FormatParameters (SqlParameterCollection sqlParameterCollection) in FormatParameters()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Data.SqlClient/
H A DTypeForwarders.cs45 …me.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlParameterCollection))]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/ParameterTest/
H A DParametersTest.cs19 SqlParameterCollection opc = new SqlCommand().Parameters; in CodeCoverageSqlClient()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Data.SqlClient.cs39 …me.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlParameterCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Data.SqlClient.cs39 …me.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlParameterCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Data.SqlClient.cs39 …me.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlParameterCollection))]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/ref/
H A DSystem.Data.SqlClient.cs392 public new System.Data.SqlClient.SqlParameterCollection Parameters { get { throw null; } }
778 public sealed partial class SqlParameterCollection : System.Data.Common.DbParameterCollection class
780 internal SqlParameterCollection() { } in SqlParameterCollection() method in System.Data.SqlClient.SqlParameterCollection

12