Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-01-04 11:08:45 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-01-04 11:08:45 +0300
commitf3cbab3b55c228fc9ba17828f2f43f0356cbab76 (patch)
treec599a90a00dd01faeae2c81c9ed272afc80d3879 /profiles
parentee479fe0e47159e1c99b6e1d3e5f2fb55da39840 (diff)
Apply changes from https://github.com/mono/mono/pull/11913 to API snapshot
Diffstat (limited to 'profiles')
-rw-r--r--profiles/monodroid/System.Data.cs1
-rw-r--r--profiles/monotouch/System.Data.cs1
-rw-r--r--profiles/net_4_x/System.Data.cs1
3 files changed, 3 insertions, 0 deletions
diff --git a/profiles/monodroid/System.Data.cs b/profiles/monodroid/System.Data.cs
index f4f89a9..d603652 100644
--- a/profiles/monodroid/System.Data.cs
+++ b/profiles/monodroid/System.Data.cs
@@ -3117,6 +3117,7 @@ namespace System.Data.SqlClient
public SqlConnection() { }
public SqlConnection(string connectionString) { }
public SqlConnection(string connectionString, System.Data.SqlClient.SqlCredential credential) { }
+ public string AccessToken { get { throw null; } set { } }
public System.Guid ClientConnectionId { get { throw null; } }
public override string ConnectionString { get { throw null; } set { } }
public override int ConnectionTimeout { get { throw null; } }
diff --git a/profiles/monotouch/System.Data.cs b/profiles/monotouch/System.Data.cs
index f4f89a9..d603652 100644
--- a/profiles/monotouch/System.Data.cs
+++ b/profiles/monotouch/System.Data.cs
@@ -3117,6 +3117,7 @@ namespace System.Data.SqlClient
public SqlConnection() { }
public SqlConnection(string connectionString) { }
public SqlConnection(string connectionString, System.Data.SqlClient.SqlCredential credential) { }
+ public string AccessToken { get { throw null; } set { } }
public System.Guid ClientConnectionId { get { throw null; } }
public override string ConnectionString { get { throw null; } set { } }
public override int ConnectionTimeout { get { throw null; } }
diff --git a/profiles/net_4_x/System.Data.cs b/profiles/net_4_x/System.Data.cs
index cf67c50..65d7f06 100644
--- a/profiles/net_4_x/System.Data.cs
+++ b/profiles/net_4_x/System.Data.cs
@@ -4030,6 +4030,7 @@ namespace System.Data.SqlClient
public SqlConnection() { }
public SqlConnection(string connectionString) { }
public SqlConnection(string connectionString, System.Data.SqlClient.SqlCredential credential) { }
+ public string AccessToken { get { throw null; } set { } }
public System.Guid ClientConnectionId { get { throw null; } }
public override string ConnectionString { get { throw null; } set { } }
public override int ConnectionTimeout { get { throw null; } }