2 writes to _coerceMetaType
System.Data.OleDb (2)
OleDbParameter.cs (2)
285
_coerceMetaType
= null;
300
_coerceMetaType
= dbtype;
2 references to _coerceMetaType
System.Data.OleDb (2)
OleDbParameter.cs (2)
361
throw ADP.UninitializedParameterSize(index,
_coerceMetaType
.dataType!);
523
value = CoerceValue(Value,
_coerceMetaType
!);