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