20 references to IsNull
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
2144
if ( ! ( row.
IsNull
( col ) ) )
System.Data.Entity.Design (19)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsRow.cs (10)
314
return this.
IsNull
(this._tableRelationshipDetails.PKCatalogColumn);
323
return this.
IsNull
(this._tableRelationshipDetails.PKSchemaColumn);
332
return this.
IsNull
(this._tableRelationshipDetails.PKTableColumn);
341
return this.
IsNull
(this._tableRelationshipDetails.PKColumnColumn);
350
return this.
IsNull
(this._tableRelationshipDetails.FKCatalogColumn);
359
return this.
IsNull
(this._tableRelationshipDetails.FKSchemaColumn);
368
return this.
IsNull
(this._tableRelationshipDetails.FKTableColumn);
377
return this.
IsNull
(this._tableRelationshipDetails.FKColumnColumn);
386
return this.
IsNull
(this._tableRelationshipDetails.OrdinalColumn);
395
return this.
IsNull
(this._tableRelationshipDetails.RelationshipNameColumn);
System\Data\Entity\Design\SSDLGenerator\TableDetailsRow.cs (9)
337
return this.
IsNull
(this._tableTableDetails.CatalogColumn);
346
return this.
IsNull
(this._tableTableDetails.SchemaColumn);
355
return this.
IsNull
(this._tableTableDetails.DataTypeColumn);
364
return this.
IsNull
(this._tableTableDetails.MaximumLengthColumn);
373
return this.
IsNull
(this._tableTableDetails.PrecisionColumn);
382
return this.
IsNull
(this._tableTableDetails.DateTimePrecisionColumn);
392
return this.
IsNull
(this._tableTableDetails.ScaleColumn);
401
return this.
IsNull
(this._tableTableDetails.IsIdentityColumn);
410
return this.
IsNull
(this._tableTableDetails.IsServerGeneratedColumn);