36 instantiations of NameType
System.Data.Common (36)
System\Data\XDRSchema.cs (36)
232
new
NameType
("bin.base64", typeof(byte[]) ),
233
new
NameType
("bin.hex", typeof(byte[]) ),
234
new
NameType
("boolean", typeof(bool) ),
235
new
NameType
("byte", typeof(sbyte) ),
236
new
NameType
("char", typeof(char) ),
237
new
NameType
("date", typeof(DateTime)),
238
new
NameType
("dateTime", typeof(DateTime)),
239
new
NameType
("dateTime.tz", typeof(DateTime)),
240
new
NameType
("entities", typeof(string) ),
241
new
NameType
("entity", typeof(string) ),
242
new
NameType
("enumeration", typeof(string) ),
243
new
NameType
("fixed.14.4", typeof(decimal) ),
244
new
NameType
("float", typeof(double) ),
245
new
NameType
("i1", typeof(sbyte) ),
246
new
NameType
("i2", typeof(short) ),
247
new
NameType
("i4", typeof(int) ),
248
new
NameType
("i8", typeof(long) ),
249
new
NameType
("id", typeof(string) ),
250
new
NameType
("idref", typeof(string) ),
251
new
NameType
("idrefs", typeof(string) ),
252
new
NameType
("int", typeof(int) ),
253
new
NameType
("nmtoken", typeof(string) ),
254
new
NameType
("nmtokens", typeof(string) ),
255
new
NameType
("notation", typeof(string) ),
256
new
NameType
("number", typeof(decimal) ),
257
new
NameType
("r4", typeof(float) ),
258
new
NameType
("r8", typeof(double) ),
259
new
NameType
("string", typeof(string) ),
260
new
NameType
("time", typeof(DateTime)),
261
new
NameType
("time.tz", typeof(DateTime)),
262
new
NameType
("ui1", typeof(byte) ),
263
new
NameType
("ui2", typeof(ushort) ),
264
new
NameType
("ui4", typeof(uint) ),
265
new
NameType
("ui8", typeof(ulong) ),
266
new
NameType
("uri", typeof(string) ),
267
new
NameType
("uuid", typeof(Guid) ),
5 references to NameType
System.Data.Common (5)
System\Data\XDRSchema.cs (5)
231
private static readonly
NameType
[] s_mapNameTypeXdr = {
270
private static
NameType
FindNameType(string name)
283
foreach (
NameType
nt in s_mapNameTypeXdr)
294
private static readonly
NameType
s_enumerationNameType = FindNameType("enumeration");
313
NameType
nt = FindNameType(strType);