13 references to IsEmptyArray
System.Data.Odbc (13)
Common\System\Data\Common\DBConnectionString.cs (8)
213
if (!ADP.
IsEmptyArray
(_restrictionValues))
215
if (!ADP.
IsEmptyArray
(entry._restrictionValues))
231
else if (!ADP.
IsEmptyArray
(_restrictionValues))
233
if (!ADP.
IsEmptyArray
(entry._restrictionValues))
251
if (ADP.
IsEmptyArray
(_restrictionValues))
256
else if (ADP.
IsEmptyArray
(entry._restrictionValues))
267
else if (!ADP.
IsEmptyArray
(_restrictionValues) && !ADP.
IsEmptyArray
(entry._restrictionValues))
src\libraries\Common\src\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
403
if (ADP.
IsEmptyArray
(restrictions) == false)
432
if (ADP.
IsEmptyArray
(restrictions) == false)
System\Data\Odbc\OdbcMetaDataFactory.cs (3)
562
if (ADP.
IsEmptyArray
(restrictions) == false)
780
if (ADP.
IsEmptyArray
(restrictions) == false)
964
if (ADP.
IsEmptyArray
(restrictions) == false)