17 references to IsEmptyArray
System.Data (17)
fx\src\data\System\Data\Common\DBConnectionString.cs (8)
198
if (!ADP.
IsEmptyArray
(_restrictionValues)) {
199
if (!ADP.
IsEmptyArray
(entry._restrictionValues)) {
212
else if (!ADP.
IsEmptyArray
(_restrictionValues)) { // this AllowOnly and entry PreventUsage
213
if (!ADP.
IsEmptyArray
(entry._restrictionValues)) {
227
if (ADP.
IsEmptyArray
(_restrictionValues)) {
231
else if (ADP.
IsEmptyArray
(entry._restrictionValues)) {
240
else if (!ADP.
IsEmptyArray
(_restrictionValues) && !ADP.
IsEmptyArray
(entry._restrictionValues)) { // both AllowOnly with restrictions
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (3)
538
if (ADP.
IsEmptyArray
(restrictions) == false) {
744
if (ADP.
IsEmptyArray
(restrictions) == false){
926
if (ADP.
IsEmptyArray
(restrictions) == false){
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (3)
485
if (ADP.
IsEmptyArray
(restrictions) == false){
491
if (ADP.
IsEmptyArray
(restrictions) == false){
497
if (ADP.
IsEmptyArray
(restrictions) == false){
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
394
if (ADP.
IsEmptyArray
(restrictions) == false){
418
if (ADP.
IsEmptyArray
(restrictions) == false){
fx\src\data\System\Data\SqlClient\sqlmetadatafactory.cs (1)
268
if (ADP.
IsEmptyArray
(restrictions) == false) {