3 implementations of ParameterName
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
32public abstract string ParameterName { get; set; }
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameter.cs (1)
224public override string ParameterName
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
361public override string ParameterName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }