3 references to TypeExpr
System.Data (3)
fx\src\data\System\Data\CodeGen\datacache.cs (3)
830
nullValueExpr = Field(
TypeExpr
(stRowClassName), rowColumnName + "_nullValue");
859
nullValueExpr = Field(
TypeExpr
(stRowClassName), rowColumnName + "_nullValue");
1257
getSchemaSerializable.Statements.Add(Return(MethodCall(
TypeExpr
("System.Xml.Schema.XmlSchema"),"Read",new CodeExpression[] {New(typeof(System.Xml.XmlTextReader),new CodeExpression[] {Argument("stream")}), Primitive(null)})));