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);
1216
string? value =
GetMsdataAttribute
(element, attrName);
1235
string? value =
GetMsdataAttribute
(element, attrName);
1289
string? tableNs =
GetMsdataAttribute
(keyref, Keywords.MSD_TABLENS);
1367
string? acceptRejectRule =
GetMsdataAttribute
(keyref, Keywords.MSD_ACCEPTREJECTRULE);
1368
string? updateRule =
GetMsdataAttribute
(keyref, Keywords.MSD_UPDATERULE);
1369
string? deleteRule =
GetMsdataAttribute
(keyref, Keywords.MSD_DELETERULE);
1400
string? tableNs =
GetMsdataAttribute
(keyNode, Keywords.MSD_TABLENS);
1605
value =
GetMsdataAttribute
(node, Keywords.MSD_LOCALE);
2056
if (XSDSchema.
GetMsdataAttribute
(typeNode, Keywords.TARGETNAMESPACE) != null)
2298
if (XSDSchema.
GetMsdataAttribute
(typeNode!, Keywords.TARGETNAMESPACE) != null)
2329
string? defValue =
GetMsdataAttribute
(attr, Keywords.MSD_DEFAULTVALUE);
2343
string? strDefault = (attrib.Use == XmlSchemaUse.Required) ?
GetMsdataAttribute
(attr, Keywords.MSD_DEFAULTVALUE) : attr.DefaultValue;
2425
if (string.IsNullOrEmpty(XSDSchema.
GetMsdataAttribute
(elem, Keywords.MSD_DATATYPE)))
2485
if (XSDSchema.
GetMsdataAttribute
(typeNode!, Keywords.TARGETNAMESPACE) != null)
2569
string? value =
GetMsdataAttribute
(node, Keywords.MSD_LOCALE);
2597
value =
GetMsdataAttribute
(node, Keywords.MSD_DATASETNAME);
2603
value =
GetMsdataAttribute
(node, Keywords.MSD_DATASETNAMESPACE);
2787
return
GetMsdataAttribute
(key, Keywords.MSD_TABLENS);