Implemented interface member:
property
Count
System.Collections.ICollection.Count
2 overrides of Count
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
15
public override int
Count
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
383
public override int
Count
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
2 references to Count
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (2)
1391
if (pcount < command.Parameters.
Count
)
1528
for (int i = command.Parameters.
Count
- 1; i >= usedParameterCount; --i)