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