11 references to IsYukonOrNewer
System.Data (11)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
450else if (_connection.IsYukonOrNewer) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
2768if (this.Connection.IsYukonOrNewer) { 2886Debug.Assert(this._activeConnection.IsYukonOrNewer,"Invalid datatype token received from pre-yukon server"); 2991if (_activeConnection.IsYukonOrNewer) { // Only supported for Yukon... 4897if ((Notification != null) && !_activeConnection.IsYukonOrNewer) {
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (5)
568Debug.Assert(Connection.IsYukonOrNewer, "Invalid Column type received from the server"); 572Debug.Assert(Connection.IsYukonOrNewer, "Invalid DataType (Xml) for the column"); 1193Debug.Assert(Connection.IsYukonOrNewer, "Invalid Column type received from the server"); 1259Debug.Assert(Connection.IsYukonOrNewer, "Invalid Column type received from the server"); 1347Debug.Assert(Connection.IsYukonOrNewer, "Invalid Column type received from the server");
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
129if (!_con.IsYukonOrNewer) { // After open, verify Yukon or later.