4 writes to _metaType
System.Data.OleDb (4)
OleDbParameter.cs (4)
119_metaType = NativeDBType.FromDbType(value); 145_metaType = NativeDBType.FromDataType(value); 160_metaType = null; 269destination._metaType = _metaType;
12 references to _metaType
System.Data.OleDb (12)
OleDbParameter.cs (12)
115NativeDBType? dbtype = _metaType; 141NativeDBType? dbtype = _metaType; 152return (null != _metaType); 157if (null != _metaType) 269destination._metaType = _metaType; 503NativeDBType? dbtype = _metaType; 531NativeDBType? metaType = _metaType; 546if (null == _metaType) 550else if (!ShouldSerializeSize() && _metaType.IsVariableLength) 554else if (!ShouldSerializePrecision() && !ShouldSerializeScale() && ((NativeDBType.DECIMAL == _metaType.wType) || (NativeDBType.NUMERIC == _metaType.wType))) 556throw ADP.PrepareParameterScale(cmd, _metaType.wType.ToString("G", CultureInfo.InvariantCulture));