1 write to isSqlGeographyNull
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
229
this.
isSqlGeographyNull
= Expressions.Lambda<object, bool>("sqlGeographyValue", sqlGeographyValue => sqlGeographyValue.ConvertTo(this.SqlGeographyType).Property<bool>("IsNull")).Compile();
1 reference to isSqlGeographyNull
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
372
return
isSqlGeographyNull
(sqlGeographyValue);