277 references to IsEmpty
System.Data (277)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (3)
547if ((!ADP.IsEmpty(typeSpecificNamePart1) && TdsEnums.MAX_SERVERNAME < typeSpecificNamePart1.Length) 548|| (!ADP.IsEmpty(typeSpecificNamePart2) && TdsEnums.MAX_SERVERNAME < typeSpecificNamePart2.Length) 549|| (!ADP.IsEmpty(typeSpecificNamePart3) && TdsEnums.MAX_SERVERNAME < typeSpecificNamePart3.Length)) {
fx\src\data\System\Data\CodeGen\datacache.cs (2)
651if (!Common.ADP.IsEmpty(column.Prefix)) { 681if (!Common.ADP.IsEmpty(table.Prefix)) {
fx\src\data\System\Data\Common\AdapterUtil.cs (5)
997if (ADP.IsEmpty(tableName)) { 1984if (ADP.IsEmpty(quotePrefix) == false) { 1989if (ADP.IsEmpty(quoteSuffix) == false) { 2050if (ADP.IsEmpty(decimalSeparator) == true) { 2231if (ADP.IsEmpty(version)) {
fx\src\data\System\Data\Common\DataAdapter.cs (2)
337if (ADP.IsEmpty(srcTable)) { 425if (ADP.IsEmpty(srcTable)) {
fx\src\data\System\Data\Common\DataColumnMapping.cs (3)
94if (ADP.IsEmpty(dataSetColumn)) { 110if (!ADP.IsEmpty(dataColumn.Expression)) { 139if (ADP.IsEmpty(dataSetColumn)) {
fx\src\data\System\Data\Common\DataColumnMappingCollection.cs (5)
231if (!ADP.IsEmpty(sourceColumn)) { 243if (!ADP.IsEmpty(dataSetColumn)) { 348if (ADP.IsEmpty(name)) { 381if (ADP.IsEmpty(sourceColumn)) { 425if (ADP.IsEmpty(sourceColumn)) {
fx\src\data\System\Data\Common\DataTableMapping.cs (1)
138if (ADP.IsEmpty(dataSetTable)) {
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (4)
234if (!ADP.IsEmpty(sourceTable)) { 246if (!ADP.IsEmpty(dataSetTable)) { 349if (ADP.IsEmpty(name)) { 382if (ADP.IsEmpty(sourceTable)) {
fx\src\data\System\Data\Common\DBCommandBuilder.cs (10)
653if (!ADP.IsEmpty(quotePrefix) && (-1 != baseTableName.IndexOf(quotePrefix, StringComparison.Ordinal))) { 656if (!ADP.IsEmpty(quoteSuffix) && (-1 != baseTableName.IndexOf(quoteSuffix, StringComparison.Ordinal))) { 708Debug.Assert (!ADP.IsEmpty(_quotedBaseTableName), "no table name"); 728Debug.Assert (!ADP.IsEmpty(_quotedBaseTableName), "no table name"); 814Debug.Assert (!ADP.IsEmpty(_quotedBaseTableName), "no table name"); 1022Debug.Assert(!ADP.IsEmpty(sourceColumn), "empty source column"); 1233if (!ADP.IsEmpty(columnName)) { 1484if (!ADP.IsEmpty(name)) { 1485bool useQuotes = !ADP.IsEmpty(quotePrefix) && !ADP.IsEmpty(quoteSuffix);
fx\src\data\System\Data\Common\DbConnectionOptions.cs (8)
182return ADP.IsEmpty((string)_parsetable[KEY.Password]); 185return ADP.IsEmpty((string)_parsetable[SYNONYM.Pwd]); // MDAC 83097 187return ((_parsetable.ContainsKey(KEY.User_ID) && !ADP.IsEmpty((string)_parsetable[KEY.User_ID])) || (_parsetable.ContainsKey(SYNONYM.UID) && !ADP.IsEmpty((string)_parsetable[SYNONYM.UID]))); 397else if (ADP.IsEmpty(rootFolderPath)) { 640if (ADP.IsEmpty(keyname)) { throw ADP.ConnectionStringSyntax(startposition); } 726if (ADP.IsEmpty(keyname)) { throw ADP.ConnectionStringSyntax(startposition); } 891if (ADP.IsEmpty(keyname)) {
fx\src\data\System\Data\Common\DBConnectionString.cs (6)
117if (!ADP.IsEmpty(restrictions)) { 161if (!ADP.IsEmpty(restrictionValues[i])) { 417if (!ADP.IsEmpty(keyname)) { 424if (ADP.IsEmpty(realkeyname)) { 469Debug.Assert(!ADP.IsEmpty(restrictionValues[i-1]), "empty restriction"); 470Debug.Assert(!ADP.IsEmpty(restrictionValues[i]), "empty restriction");
fx\src\data\System\Data\Common\DbDataAdapter.cs (7)
274if (DesignMode && ((null == command) || (null == command.Connection) || ADP.IsEmpty(command.CommandText))) { 308if (ADP.IsEmpty(srcTable)) { 430if (ADP.IsEmpty(srcTable)) { 636if (!ADP.IsEmpty(columnName)) { 664if (!ADP.IsEmpty(columnName)) { 773if (ADP.IsEmpty(srcTable)) { 1497Debug.Assert(!ADP.IsEmpty(method), "missing method name");
fx\src\data\System\Data\Common\DBDataPermission.cs (1)
341if (!ADP.IsEmpty(tmp)) {
fx\src\data\System\Data\Common\DbProviderFactories.cs (1)
62if (!ADP.IsEmpty(assemblyQualifiedName)) {
fx\src\data\System\Data\Common\NameValuePair.cs (1)
25System.Diagnostics.Debug.Assert(!ADP.IsEmpty(name), "empty keyname");
fx\src\data\System\Data\Constraint.cs (3)
48if (Common.ADP.IsEmpty(value) && (Table != null) && InCollection) 68if (Common.ADP.IsEmpty(_schemaName)) 75if (!Common.ADP.IsEmpty(value))
fx\src\data\System\Data\DataRelation.cs (1)
525if (ADP.IsEmpty(ChildTable.Namespace) && ((ChildTable.NestedParentsCount > 1) ||
fx\src\data\System\Data\DataRow.cs (1)
107if (!Common.ADP.IsEmpty(value)) {
fx\src\data\System\Data\DataSet.cs (2)
695if (Common.ADP.IsEmpty(value)) 1677if (!Common.ADP.IsEmpty(attribValue)) {
fx\src\data\System\Data\DataTable.cs (7)
5732if (Common.ADP.IsEmpty(this.tableName) && Common.ADP.IsEmpty(CurrentTableFullName)) 5737if (!Common.ADP.IsEmpty(this.tableName)) { 5738if (!Common.ADP.IsEmpty(this.Namespace)) { 5761if (!Common.ADP.IsEmpty(this.tableName)) { 5791if (Common.ADP.IsEmpty(this.TableName)) { 5793if (!Common.ADP.IsEmpty(currentTable.Namespace)) {
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (5)
121if (ADP.IsEmpty(command.CommandText)) { 248if (ADP.IsEmpty(quotePrefix) == true) { 264if ((ADP.IsEmpty(quotePrefix) == false) && (quotePrefix != " ")) { 297if (ADP.IsEmpty(quotePrefix) == true) { 314if ((ADP.IsEmpty(quotePrefix) == false) || (quotePrefix != " ")) {
fx\src\data\System\Data\Odbc\OdbcConnectionFactory.cs (1)
43Debug.Assert(!ADP.IsEmpty(connectionString), "empty connectionString");
fx\src\data\System\Data\Odbc\OdbcConnectionStringbuilder.cs (1)
63if (!ADP.IsEmpty(connectionString)) {
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (5)
1911if (!ADP.IsEmpty(qualifiedTableName.Table)) { // fxcop 2355if (ADP.IsEmpty(currentindexname)){ 2370if (ADP.IsEmpty(columnname)) { 2378if (!ADP.IsEmpty(tablename)) { 2405if (ADP.IsEmpty(localcmdtext)) { // fxcop
fx\src\data\System\Data\Odbc\OdbcException.cs (1)
74return ADP.IsEmpty(source) ? "" : source; // base.Source;
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (1)
564if (!ADP.IsEmpty(stringValue)) {
fx\src\data\System\Data\Odbc\OdbcParameter.cs (1)
1029if (!ADP.IsEmpty(p.SourceColumn)) {
fx\src\data\System\Data\Odbc\OdbcUtils.cs (1)
483if ((_idx == _len) || ADP.IsEmpty(nextToken)) { // fxcop
fx\src\data\System\Data\OleDb\OLEDB_Util.cs (5)
88if (ADP.IsEmpty(value)) { return inner; } 153if (ADP.IsEmpty(value)) { return inner; } 163if (!ADP.IsEmpty(provider)) { 287if (((int)hr < 0) && ADP.IsEmpty(message)) { 290if (ADP.IsEmpty(message)) {
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
957if (ADP.IsEmpty(cmdtxt)) {
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (3)
115if (ADP.IsEmpty(command.CommandText)) { 334if (ADP.IsEmpty(quotePrefix) == true) { 377if (ADP.IsEmpty(quotePrefix) == true) {
fx\src\data\System\Data\OleDb\OleDbConnectionFactory.cs (1)
43Debug.Assert(!ADP.IsEmpty(connectionString), "null connectionString");
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (9)
101PossiblePrompt = ((!ADP.IsEmpty(prompt) && (0 != String.Compare(prompt, VALUES.NoPrompt, StringComparison.OrdinalIgnoreCase))) 102|| !ADP.IsEmpty(this[KEY.WindowHandle])); 111if (!ADP.IsEmpty(udlFileName)) { // fail via new FileStream vs. GetFullPath 117if (!ADP.IsEmpty(udlConnectionString)) { 122if (validate || ADP.IsEmpty(udlConnectionString)) { 142Debug.Assert(!ADP.IsEmpty(this[KEY.Provider]), "no Provider"); 246Debug.Assert(!ADP.IsEmpty(udlfilename), "empty filename didn't fail"); 359bool hasOleDBServices = (base.ContainsKey(KEY.Ole_DB_Services) && !ADP.IsEmpty((string)base[KEY.Ole_DB_Services])); 405if (ADP.IsEmpty(progid)) {
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (2)
81if (!ADP.IsEmpty(connectionString)) { 388if (!ADP.IsEmpty(provider)) {
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (1)
204if (ADP.IsEmpty(srcTable)) {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (4)
1790baseCatalogName = ADP.IsEmpty(baseCatalogName) ? null : baseCatalogName; 1791baseSchemaName = ADP.IsEmpty(baseSchemaName) ? null : baseSchemaName; 1811if (!ADP.IsEmpty(basecolumname)) { 1817if (!ADP.IsEmpty(basecolumname)) {
fx\src\data\System\Data\OleDb\OleDbError.cs (2)
53if ((hr < 0) && ADP.IsEmpty(this.message)) { 78if ((hr < 0) && ADP.IsEmpty(this.source)) {
fx\src\data\System\Data\OleDb\OleDbException.cs (1)
112if (ADP.IsEmpty(message)) {
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (3)
106if (ADP.IsEmpty(populationMechanismValue )) { 110if (ADP.IsEmpty(collectionNameValue)) { 144if (ADP.IsEmpty(restrictionCollectionNameValue)) {
fx\src\data\System\Data\OleDb\OleDbParameter.cs (1)
576if (!ADP.IsEmpty(p.SourceColumn)) {
fx\src\data\System\Data\OleDb\OleDbPermission.cs (1)
70if (!ADP.IsEmpty(value)) {
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (2)
165if (!ADP.IsEmpty(key.ConnectionString)) { 370if (ADP.IsEmpty(key.ConnectionString)) {
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (5)
102if (!ADP.IsEmpty(categoryName) && !ADP.IsEmpty(instanceName)) { 175if (!ADP.IsEmpty(categoryName)) { 196if (!ADP.IsEmpty(categoryName)) { 235if (ADP.IsEmpty(instanceName)) {
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (1)
267if (ADP.IsEmpty(candidateCollectionName)) {
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (5)
96if (!ADP.IsEmpty(sourceTableName)) { // MDAC 66034 123if (!ADP.IsEmpty(sourceTableName)) { // MDAC 66034 780if ((basetable != commonBaseTable) && (!ADP.IsEmpty(basetable))) { 950if (!commonFromMultiTable && !ADP.IsEmpty(commonBaseTable) && ADP.IsEmpty(_dataTable.TableName)) {
fx\src\data\System\Data\RelationshipConverter.cs (2)
54if (System.Data.Common.ADP.IsEmpty(parentTable.Namespace) && System.Data.Common.ADP.IsEmpty(childTable.Namespace)) {
fx\src\data\System\Data\SimpleType.cs (8)
142enumeration = !Common.ADP.IsEmpty(enumeration) ? enumeration + " " + facet.Value : facet.Value; 167Common.ADP.IsEmpty(this.name) && 171Common.ADP.IsEmpty(this.pattern) && 172Common.ADP.IsEmpty(this.maxExclusive) && 173Common.ADP.IsEmpty(this.maxInclusive) && 174Common.ADP.IsEmpty(this.minExclusive) && 175Common.ADP.IsEmpty(this.minInclusive) && 176Common.ADP.IsEmpty(this.enumeration)
fx\src\data\System\Data\Sql\SqlDataSourceEnumerator.cs (1)
139if (!ADP.IsEmpty(instanceName)) { // SQL BU DT 20006584: only append instanceName if present.
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (6)
436if (ADP.IsEmpty(parts[MultipartIdentifier.TableIndex])) { 459if (!ADP.IsEmpty(TableName)) { 467if (!ADP.IsEmpty(SchemaName)) { 475if (isTempTable && ADP.IsEmpty(CatalogName)) { 484if (!ADP.IsEmpty(CatalogName)) { 1258if(ADP.IsEmpty(name)) return null;
fx\src\data\System\Data\SqlClient\SqlBulkCopyColumnMappingCollection.cs (3)
56Debug.Assert(ADP.IsEmpty(bulkCopyColumnMapping.SourceColumn) || bulkCopyColumnMapping._internalSourceColumnOrdinal == -1, "BulkLoadAmbigousSourceColumn"); 57if (((ADP.IsEmpty(bulkCopyColumnMapping.SourceColumn)) && (bulkCopyColumnMapping.SourceOrdinal == -1)) 58|| ((ADP.IsEmpty(bulkCopyColumnMapping.DestinationColumn))&&(bulkCopyColumnMapping.DestinationOrdinal == -1))) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (8)
2730if (null == parsedSProc[3] || ADP.IsEmpty(parsedSProc[3])) 2744if (!ADP.IsEmpty(parsedSProc[0])) { 2750if (ADP.IsEmpty(parsedSProc[1])) { 2804if (!ADP.IsEmpty(parsedSProc[2])) { // SchemaName is 3rd element in parsed array 2993if (!ADP.IsEmpty(notifyContext)) { 4893if (ADP.IsEmpty(this.CommandText)) 5771if(ADP.IsEmpty(fullTypeName)) 5778if (ADP.IsEmpty(typeName)) {
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (1)
118if (ADP.IsEmpty(cmdText)) {
fx\src\data\System\Data\SqlClient\SqlConnection.cs (12)
492result = (!ADP.IsEmpty(opt.UserID) || !ADP.IsEmpty(opt.Password)); 958string xactName = ADP.IsEmpty(transactionName)? "None" : transactionName; 1719if (!ADP.IsEmpty(name)) { 2034if (ADP.IsEmpty(connectionString)) { 2037if (ADP.IsEmpty(newPassword)) { 2051if (! ADP.IsEmpty(connectionOptions.AttachDBFilename)) { 2073if (ADP.IsEmpty(connectionString)) { 2099if (!ADP.IsEmpty(connectionOptions.UserID) || !ADP.IsEmpty(connectionOptions.Password)) { 2107if (! ADP.IsEmpty(connectionOptions.AttachDBFilename)) { 2231Debug.Assert(!ADP.IsEmpty(metaData.udtAssemblyQualifiedName), "Unexpected state on GetUDTInfo");
fx\src\data\System\Data\SqlClient\SqlConnectionFactory.cs (1)
133Debug.Assert(!ADP.IsEmpty(connectionString), "empty connectionString");
fx\src\data\System\Data\SqlClient\SqlConnectionPoolGroupProviderInfo.cs (1)
28if (ADP.IsEmpty(_failoverPartner)) {
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (4)
414if (true == _userInstance && !ADP.IsEmpty(_failoverPartner)) { 418if (ADP.IsEmpty(typeSystemVersionString)) { 445if (ADP.IsEmpty(transactionBindingString)) { 762if (ADP.IsEmpty(host)) {
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
249if (!ADP.IsEmpty(connectionString)) {
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (6)
655if (!ADP.IsEmpty(col.serverName)) { 658if (!ADP.IsEmpty(col.catalogName)) { 661if (!ADP.IsEmpty(col.schemaName)) { 664if (!ADP.IsEmpty(col.tableName)) { 667if (!ADP.IsEmpty(col.baseColumn)) { 670else if (!ADP.IsEmpty(col.column)) {
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (6)
672if ( !ADP.IsEmpty( colMetaData.ColumnName ) ) { 675else if (!ADP.IsEmpty( colMetaData.Name)) { 680if ( !ADP.IsEmpty(colMetaData.TableName ) ) { 684if (!ADP.IsEmpty(colMetaData.SchemaName)) { 688if (!ADP.IsEmpty(colMetaData.CatalogName)) { 692if (!ADP.IsEmpty(colMetaData.ServerName)) {
fx\src\data\System\Data\SqlClient\SqlDependency.cs (9)
575if (ADP.IsEmpty(connectionString)) { 584if (!useDefaults && ADP.IsEmpty(queue)) { // If specified but null or empty, use defaults. 700if (ADP.IsEmpty(connectionString)) { 709if (!useDefaults && ADP.IsEmpty(queue)) { // If specified but null or empty, use defaults. 751Debug.Assert(!ADP.IsEmpty(server) && !ADP.IsEmpty(database), "Server or Database null/Empty upon successfull Stop()!"); 903else if (!ADP.IsEmpty(failoverServer) && _serverUserHash.ContainsKey(failoverServer)) { 963Debug.Assert(!ADP.IsEmpty(result), "GetDefaultComposedOptions should never return null or empty string!"); 1215if (!ADP.IsEmpty(name)) {
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
263Debug.Assert(!ADP.IsEmpty(appDomainKey), "Unexpected empty appDomainKey!");
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (1)
334if (ADP.IsEmpty(id)) {
fx\src\data\System\Data\SqlClient\SqlException.cs (1)
175if (!ADP.IsEmpty(serverVersion)) {
fx\src\data\System\Data\SqlClient\SqlInternalConnection.cs (1)
252if (ADP.IsEmpty(database)) {
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (3)
999if (!ADP.IsEmpty(transactionName)) { 1390bool hasFailoverPartner = !ADP.IsEmpty(failoverPartner); 2756if (!ADP.IsEmpty(protocol)) {
fx\src\data\System\Data\SqlClient\sqlinternaltransaction.cs (2)
419if (ADP.IsEmpty(transactionName)) 458if (ADP.IsEmpty(savePointName))
fx\src\data\System\Data\SqlClient\SqlParameter.cs (13)
445else if (SqlDbType.Udt == mt.SqlDbType || (SqlDbType.Structured == mt.SqlDbType && !ADP.IsEmpty(this.TypeName))) { 472if ((!ADP.IsEmpty(typeSpecificNamePart1) && TdsEnums.MAX_SERVERNAME < typeSpecificNamePart1.Length) 473|| (!ADP.IsEmpty(typeSpecificNamePart2) && TdsEnums.MAX_SERVERNAME < typeSpecificNamePart2.Length) 474|| (!ADP.IsEmpty(typeSpecificNamePart3) && TdsEnums.MAX_SERVERNAME < typeSpecificNamePart3.Length)) { 532if (ADP.IsEmpty(value) || (value.Length < TdsEnums.MAX_PARAMETER_NAME_LENGTH) 1503if (ADP.IsEmpty (UdtTypeName)) 1506else if (!ADP.IsEmpty (UdtTypeName)) { 1512if (!isCommandProc && ADP.IsEmpty (TypeName)) 1523else if (!ADP.IsEmpty (TypeName)) { 1790if (!ADP.IsEmpty(p.SourceColumn)) { 1803if (p.SourceColumnNullMapping || !ADP.IsEmpty(p.XmlSchemaCollectionDatabase) || 1804!ADP.IsEmpty(p.XmlSchemaCollectionOwningSchema) || !ADP.IsEmpty(p.XmlSchemaCollectionName)) {
fx\src\data\System\Data\SqlClient\SqlUtil.cs (3)
1807Debug.Assert(!ADP.IsEmpty(name), "null or empty identifiers are not allowed"); 1816Debug.Assert(!ADP.IsEmpty(name), "null or empty identifiers are not allowed"); 1839if (ADP.IsEmpty(input)) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (18)
1380Debug.Assert(!ADP.IsEmpty(errorMessage),"Empty error message received from SNI"); 1386Debug.Assert(!ADP.IsEmpty(providerName), String.Format((IFormatProvider)null,"invalid providerResourceId '{0}'", providerRid)); 3118ADP.IsEmpty(_connHandler.InstanceName)) { 3906if (ADP.IsEmpty(col.column)) { 4425if (ADP.IsEmpty(database)) { 4434if (ADP.IsEmpty(schema)) { 4443if (ADP.IsEmpty(type)) { 7306if (!ADP.IsEmpty(rec.newPassword) || (rec.newSecurePassword != null && rec.newSecurePassword.Length != 0)) { 7577Debug.Assert(!ADP.IsEmpty(procedure), "TdsParser.SSPIError called with an empty or null procedure string"); 7578Debug.Assert(!ADP.IsEmpty(error), "TdsParser.SSPIError called with an empty or null error string"); 8112Debug.Assert(!ADP.IsEmpty(rpcext.rpcName), "must have an RPC name"); 8393if (ADP.IsEmpty(param.UdtTypeName)) 8399if (!ADP.IsEmpty(names[0]) && TdsEnums.MAX_SERVERNAME < names[0].Length) { 8402if (!ADP.IsEmpty(names[1]) && TdsEnums.MAX_SERVERNAME < names[names.Length - 2].Length) { 8747if (!ADP.IsEmpty(parameterName)) { 8970if (ADP.IsEmpty(metaData.TypeSpecificNamePart1) && ADP.IsEmpty(metaData.TypeSpecificNamePart2) && 8971ADP.IsEmpty(metaData.TypeSpecificNamePart3)) {
fx\src\data\System\Data\SqlClient\TdsParserStaticMethods.cs (2)
36if (!ADP.IsEmpty(host)) { 40if (!ADP.IsEmpty(aliasLookup)) {
fx\src\data\System\Data\XmlDataLoader.cs (2)
358if (XMLSchema.GetBooleanAttribute(rowElement, Keywords.XSI_NIL, Keywords.XSINS, false) && Common.ADP.IsEmpty(text) ) 386if (XMLSchema.GetBooleanAttribute(e, Keywords.XSI_NIL, Keywords.XSINS, false) && Common.ADP.IsEmpty(text) )
fx\src\data\System\Data\XMLDiffLoader.cs (1)
294if (!Common.ADP.IsEmpty(value)) {
fx\src\data\System\Data\xmlsaver.cs (16)
338if (!Common.ADP.IsEmpty(targetNamespace)) { 351if (!Common.ADP.IsEmpty(targetNamespace)) { 599if (((_ds != null )&& (_ds.Namespace == top[i].Namespace)) || Common.ADP.IsEmpty(top[i].Namespace) || (schFormat == SchemaFormat.Remoting)) { 602if (((_ds != null )&& (_ds.Namespace.Length != 0)) && Common.ADP.IsEmpty(top[i].Namespace)) { 630if ((_ds != null && _ds.Namespace == top[i].Namespace) || Common.ADP.IsEmpty(top[i].Namespace) || (schFormat == SchemaFormat.Remoting)) 695if (ns == ((_ds != null) ? _ds.Namespace : _dt.Namespace) || Common.ADP.IsEmpty(ns)) { 721if (ns == ((_ds != null)?_ds.Namespace:_dt.Namespace) || Common.ADP.IsEmpty(ns)) { 930if (!Common.ADP.IsEmpty(this.filePath)) 1037if (!Common.ADP.IsEmpty(NamespaceURI)) { 1180if (Common.ADP.IsEmpty(tgNamespace)) { 1187if (!Common.ADP.IsEmpty(tgNamespace)) { 1487while (Common.ADP.IsEmpty(tgNamespace)) { 1566if (Common.ADP.IsEmpty(table.TypeName.Namespace)) { 1758if (!Common.ADP.IsEmpty(fields[k].Namespace)) { 1817if (!Common.ADP.IsEmpty(fields[k].Namespace)) { 1891if (!Common.ADP.IsEmpty(fields[k].Namespace)) {
fx\src\data\System\Data\XMLSchema.cs (8)
1911if (Common.ADP.IsEmpty(strType)) { 1965if ((Common.ADP.IsEmpty(attrib.QualifiedName.Namespace) && Common.ADP.IsEmpty(column._columnUri)) || // backward compatability :SQL BU DT 310912 2053if (Common.ADP.IsEmpty(strType)) { 2097if (ADP.IsEmpty(XSDSchema.GetMsdataAttribute(elem, Keywords.MSD_DATATYPE))) { 2125if ((Common.ADP.IsEmpty(elem.QualifiedName.Namespace) && Common.ADP.IsEmpty(column._columnUri)) || // backward compatability :SQL BU DT 310912 2143if (!Common.ADP.IsEmpty(column.Expression)) {