2 references to Expression
System.Data (2)
fx\src\data\System\Data\DataTableReader.cs (1)
629
DataColumn Expression = new DataColumn(SchemaTableOptionalColumn.
Expression
, typeof(System.String));
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
1020
column = columns[SchemaTableOptionalColumn.
Expression
];