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