21 references to GetMsdataAttribute
System.Data (21)
fx\src\data\System\Data\SimpleType.cs (1)
159
string tempStr = XSDSchema.
GetMsdataAttribute
(node, Keywords.TARGETNAMESPACE);
fx\src\data\System\Data\XMLSchema.cs (20)
188
MSDATATargetNamespace = XSDSchema.
GetMsdataAttribute
((XmlSchemaType)item, Keywords.TARGETNAMESPACE);
1027
string value =
GetMsdataAttribute
(element, attrName);
1042
string value =
GetMsdataAttribute
(element, attrName);
1091
string tableNs =
GetMsdataAttribute
(keyref,Keywords.MSD_TABLENS);
1159
string acceptRejectRule =
GetMsdataAttribute
(keyref, Keywords.MSD_ACCEPTREJECTRULE);
1160
string updateRule =
GetMsdataAttribute
(keyref, Keywords.MSD_UPDATERULE);
1161
string deleteRule =
GetMsdataAttribute
(keyref, Keywords.MSD_DELETERULE);
1190
string tableNs =
GetMsdataAttribute
(keyNode,Keywords.MSD_TABLENS);
1381
value =
GetMsdataAttribute
(node, Keywords.MSD_LOCALE);
1777
if (XSDSchema.
GetMsdataAttribute
(typeNode, Keywords.TARGETNAMESPACE)!= null) {
1989
if (XSDSchema.
GetMsdataAttribute
(typeNode, Keywords.TARGETNAMESPACE)!= null) {
2015
String defValue =
GetMsdataAttribute
(attr, Keywords.MSD_DEFAULTVALUE);
2027
string strDefault = (attrib.Use == XmlSchemaUse.Required) ?
GetMsdataAttribute
(attr, Keywords.MSD_DEFAULTVALUE) : attr.DefaultValue;
2069
string targetNamespace = XSDSchema.
GetMsdataAttribute
(typeNode, Keywords.TARGETNAMESPACE);
2097
if (ADP.IsEmpty(XSDSchema.
GetMsdataAttribute
(elem, Keywords.MSD_DATATYPE))) {
2149
if (XSDSchema.
GetMsdataAttribute
(typeNode, Keywords.TARGETNAMESPACE)!= null) {
2220
String value =
GetMsdataAttribute
(node, Keywords.MSD_LOCALE);
2243
value =
GetMsdataAttribute
(node, Keywords.MSD_DATASETNAME);
2248
value =
GetMsdataAttribute
(node, Keywords.MSD_DATASETNAMESPACE);
2401
return
GetMsdataAttribute
(key, Keywords.MSD_TABLENS);