Implemented interface member:
property
Size
System.Data.IDbDataParameter.Size
2 overrides of Size
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterHelper.cs (1)
106public override int Size
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
366public override int Size { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
2 writes to Size
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (2)
1149p.Size = 0; // don't specify parameter.Size so that we don't silently truncate to the metadata size 1201p.Size = 0; // don't specify parameter.Size so that we don't silently truncate to the metadata size