3 overrides of IsNillable
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
574
public override bool
IsNillable
{
823
public override bool
IsNillable
{
1012
public override bool
IsNillable
{
4 references to IsNillable
System.Data.SqlXml (4)
System\Xml\Xsl\XmlQueryType.cs (3)
513
(!
IsNillable
|| baseType.
IsNillable
);
606
if (
IsNillable
)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
1013
get { return this.prime.
IsNillable
; }