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/monotouch
parentee479fe0e47159e1c99b6e1d3e5f2fb55da39840 (diff)
Apply changes from https://github.com/mono/mono/pull/11913 to API snapshot
Diffstat (limited to 'profiles/monotouch')
-rw-r--r--profiles/monotouch/System.Data.cs1
1 files changed, 1 insertions, 0 deletions
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; } }