System.Data.OleDb.OleDbCommand.CreateParameterCollection C# (CSharp) 메소드

CreateParameterCollection() 보호된 최종 메소드

protected final CreateParameterCollection ( AbstractDbCommand parent ) : DbParameterCollection
parent AbstractDbCommand
리턴 DbParameterCollection
		protected sealed override DbParameterCollection CreateParameterCollection(AbstractDbCommand parent)
		{
			return new OleDbParameterCollection((OleDbCommand)parent);
		}