4 references to SimpleType
System.Data.Common (4)
System\Data\SimpleType.cs (4)
294SimpleType enumType = new SimpleType("string"); 301SimpleType byteArrayType = new SimpleType("base64Binary"); 307SimpleType limitedString = new SimpleType("string"); 316return new SimpleType("string") { _length = 1 };