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)
315
throw ADP.UninitializedParameterSize(index,
_coerceMetaType
.dataType);
452
value = CoerceValue(Value,
_coerceMetaType
);