2 writes to _coerceMetaType
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbParameter.cs (2)
254_coerceMetaType = null; 267_coerceMetaType = dbtype;
2 references to _coerceMetaType
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbParameter.cs (2)
315throw ADP.UninitializedParameterSize(index, _coerceMetaType.dataType); 452value = CoerceValue(Value, _coerceMetaType);