20 references to GetMsdataAttribute
System.Data.Common (20)
System\Data\SimpleType.cs (1)
122
string? tempStr = XSDSchema.
GetMsdataAttribute
(node, Keywords.TARGETNAMESPACE);
System\Data\XMLSchema.cs (19)
209
MSDATATargetNamespace = XSDSchema.
GetMsdataAttribute
((XmlSchemaType)item, Keywords.TARGETNAMESPACE);
1212
string? value =
GetMsdataAttribute
(element, attrName);
1231
string? value =
GetMsdataAttribute
(element, attrName);
1285
string? tableNs =
GetMsdataAttribute
(keyref, Keywords.MSD_TABLENS);
1363
string? acceptRejectRule =
GetMsdataAttribute
(keyref, Keywords.MSD_ACCEPTREJECTRULE);
1364
string? updateRule =
GetMsdataAttribute
(keyref, Keywords.MSD_UPDATERULE);
1365
string? deleteRule =
GetMsdataAttribute
(keyref, Keywords.MSD_DELETERULE);
1396
string? tableNs =
GetMsdataAttribute
(keyNode, Keywords.MSD_TABLENS);
1601
value =
GetMsdataAttribute
(node, Keywords.MSD_LOCALE);
2052
if (XSDSchema.
GetMsdataAttribute
(typeNode, Keywords.TARGETNAMESPACE) != null)
2294
if (XSDSchema.
GetMsdataAttribute
(typeNode!, Keywords.TARGETNAMESPACE) != null)
2325
string? defValue =
GetMsdataAttribute
(attr, Keywords.MSD_DEFAULTVALUE);
2339
string? strDefault = (attrib.Use == XmlSchemaUse.Required) ?
GetMsdataAttribute
(attr, Keywords.MSD_DEFAULTVALUE) : attr.DefaultValue;
2421
if (string.IsNullOrEmpty(XSDSchema.
GetMsdataAttribute
(elem, Keywords.MSD_DATATYPE)))
2481
if (XSDSchema.
GetMsdataAttribute
(typeNode!, Keywords.TARGETNAMESPACE) != null)
2565
string? value =
GetMsdataAttribute
(node, Keywords.MSD_LOCALE);
2593
value =
GetMsdataAttribute
(node, Keywords.MSD_DATASETNAME);
2599
value =
GetMsdataAttribute
(node, Keywords.MSD_DATASETNAMESPACE);
2777
return
GetMsdataAttribute
(key, Keywords.MSD_TABLENS);